1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

fix cabal builds (propagatedBuildNativeInputs)

svn path=/nixpkgs/trunk/; revision=20088
This commit is contained in:
Marc Weber 2010-02-18 01:49:50 +00:00
parent 82b66086dd
commit fd18682bc4

View file

@ -47,7 +47,7 @@ attrs :
test -f $i && ghc --make $i
done
for p in $propagatedBuildInputs; do
for p in $propagatedBuildNativeInputs; do
for d in lib{,64}; do
if [ -e "$p/$d" ]; then
extraLibDirs="$extraLibDirs --extra-lib-dir=$p/$d"