Remove unused local command.

This commit is contained in:
Judah Jacobson 2017-05-07 12:06:45 -07:00
parent 2b922a8d0d
commit 3ef04024d9

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