summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm/3.4/llvm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/llvm/3.4/llvm.nix')
-rw-r--r--pkgs/development/compilers/llvm/3.4/llvm.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/compilers/llvm/3.4/llvm.nix b/pkgs/development/compilers/llvm/3.4/llvm.nix
index 9ee63ee319f..1638a132718 100644
--- a/pkgs/development/compilers/llvm/3.4/llvm.nix
+++ b/pkgs/development/compilers/llvm/3.4/llvm.nix
@@ -25,7 +25,9 @@ in stdenv.mkDerivation rec {
     mv compiler-rt-${version} $sourceRoot/projects/compiler-rt
   '';
 
-  buildInputs = [ perl groff cmake libxml2 python libffi valgrind ncurses ];
+  propagatedBuildInputs = [ ncurses ]; # linked against it, e.g. mesa needs it now, too
+
+  buildInputs = [ perl groff cmake libxml2 python libffi valgrind ];
 
   # hacky fix: created binaries need to be run before installation
   preBuild = ''