Merge pull request #25602 from TaktInc/sierra-haskell

Remove unused `local` command.
This commit is contained in:
Eelco Dolstra 2017-05-08 13:08:45 +02:00 committed by GitHub
commit 81ffcfdef3

View File

@ -236,7 +236,6 @@ stdenv.mkDerivation ({
# libraries) from all the dependencies.
local dynamicLinksDir="$out/lib/links"
mkdir -p $dynamicLinksDir
local foundDylib=false
for d in $(grep dynamic-library-dirs $packageConfDir/*|awk '{print $2}'); do
ln -s $d/*.dylib $dynamicLinksDir
done