3
0
Fork 0
forked from mirrors/nixpkgs

Only build clang on Linux until the wrapper is set up for non-Linux stdenvs

svn path=/nixpkgs/trunk/; revision=30302
This commit is contained in:
Shea Levy 2011-11-07 19:24:01 +00:00
parent 7fdb29f0f3
commit 51eab4deaa

View file

@ -53,6 +53,6 @@ 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;
};
}