forked from mirrors/nixpkgs
lowdown: delete liblowdown.so symlink on darwin
This commit is contained in:
parent
7b9b0a52bd
commit
cf7bda3428
|
@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
|
|||
# Make sure we are re-creating a symbolic link here
|
||||
test -L "$lib/lib/liblowdown.so"
|
||||
ln -s "$darwinDylib" "$lib/lib/liblowdown.dylib"
|
||||
rm "$lib/lib/liblowdown.so"
|
||||
'';
|
||||
|
||||
doInstallCheck = true;
|
||||
|
|
Loading…
Reference in a new issue