Author: shlevy
Date: Mon Dec 19 12:53:07 2011
New Revision: 30957
URL: https://nixos.org/websvn/nix/?rev=30957&sc=1
Log:
llvm+clang don't yet build on non-Linux platforms
Modified:
nixpkgs/trunk/pkgs/development/compilers/llvm/clang.nix
nixpkgs/trunk/pkgs/development/compilers/llvm/default.nix
Modified: nixpkgs/trunk/pkgs/development/compilers/llvm/clang.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/llvm/clang.nix Mon Dec 19
12:48:09 2011 (r30956)
+++ nixpkgs/trunk/pkgs/development/compilers/llvm/clang.nix Mon Dec 19
12:53:07 2011 (r30957)
@@ -33,7 +33,7 @@
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;
};
}
Modified: nixpkgs/trunk/pkgs/development/compilers/llvm/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/llvm/default.nix Mon Dec 19
12:48:09 2011 (r30956)
+++ nixpkgs/trunk/pkgs/development/compilers/llvm/default.nix Mon Dec 19
12:53:07 2011 (r30957)
@@ -22,7 +22,7 @@
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;
};
}
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits