mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Remove unused local
command.
This commit is contained in:
parent
2b922a8d0d
commit
3ef04024d9
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue