fix cabal builds (propagatedBuildNativeInputs)
svn path=/nixpkgs/trunk/; revision=20088
This commit is contained in:
@@ -47,7 +47,7 @@ attrs :
|
|||||||
test -f $i && ghc --make $i
|
test -f $i && ghc --make $i
|
||||||
done
|
done
|
||||||
|
|
||||||
for p in $propagatedBuildInputs; do
|
for p in $propagatedBuildNativeInputs; do
|
||||||
for d in lib{,64}; do
|
for d in lib{,64}; do
|
||||||
if [ -e "$p/$d" ]; then
|
if [ -e "$p/$d" ]; then
|
||||||
extraLibDirs="$extraLibDirs --extra-lib-dir=$p/$d"
|
extraLibDirs="$extraLibDirs --extra-lib-dir=$p/$d"
|
||||||
|
|||||||
Reference in New Issue
Block a user