gllvm: should work on "all" platforms, indicate this

This commit is contained in:
Will Dietz 2018-06-01 14:50:49 -05:00
parent eefb0032b7
commit 1feffb18c4

View File

@ -18,5 +18,6 @@ buildGoPackage rec {
description = "Whole Program LLVM: wllvm ported to go";
license = licenses.bsd3;
maintainers = with maintainers; [ dtzWill ];
platforms = platforms.all;
};
}