mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
mysql: remove broken link
macOS will not have the .so link Fixes #36570
This commit is contained in:
parent
4e645a2781
commit
b5390649c5
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ self = stdenv.mkDerivation rec {
|
|||
install -vD $out/lib/*.a -t $static/lib
|
||||
rm -r $out/mysql-test
|
||||
rm $out/share/man/man1/mysql-test-run.pl.1 $out/lib/*.a
|
||||
ln -s libmysqlclient.so $out/lib/libmysqlclient_r.so
|
||||
ln -s libmysqlclient${stdenv.hostPlatform.extensions.sharedLibrary} $out/lib/libmysqlclient_r${stdenv.hostPlatform.extensions.sharedLibrary}
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
|
|
Loading…
Reference in a new issue