mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user