llvm-3.4: Only build on Linux
It doesn't build on Darwin because it depends on Valgrind: http://hydra.nixos.org/build/8616143/nixlog/1/raw
This commit is contained in:
parent
8893f10d6a
commit
e8a401a0c9
@ -50,6 +50,6 @@ in stdenv.mkDerivation rec {
|
||||
homepage = http://llvm.org/;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = with stdenv.lib.maintainers; [ shlevy lovek323 raskin viric ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user