forked from mirrors/nixpkgs
fix cabal builds (propagatedBuildNativeInputs)
svn path=/nixpkgs/trunk/; revision=20088
This commit is contained in:
parent
82b66086dd
commit
fd18682bc4
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue