Remove unused local command.

This commit is contained in:
Judah Jacobson
2017-05-07 16:39:50 -07:00
parent 2b922a8d0d
commit 3ef04024d9
@@ -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