llvm+clang don't yet build on non-Linux platforms

svn path=/nixpkgs/trunk/; revision=30957
This commit is contained in:
Shea Levy 2011-12-19 12:53:07 +00:00
parent 006d8dcdc1
commit 2a033caa1d
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation {
description = "A C language family frontend for LLVM";
license = "BSD";
maintainers = with stdenv.lib.maintainers; [viric shlevy];
platforms = with stdenv.lib.platforms; all;
platforms = with stdenv.lib.platforms; linux;
};
}

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation {
description = "Collection of modular and reusable compiler and toolchain technologies";
license = "BSD";
maintainers = with stdenv.lib.maintainers; [viric shlevy];
platforms = with stdenv.lib.platforms; all;
platforms = with stdenv.lib.platforms; linux;
};
}