portmidi: fix libporttime extension regression
This commit is contained in:
parent
fbd4e98dc3
commit
8bd7a7deb5
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
postInstall = let ext = stdenv.hostPlatform.extensions.sharedLibrary; in ''
|
||||
ln -s libportmidi.${ext} "$out/lib/libporttime.${ext}"
|
||||
ln -s libportmidi${ext} "$out/lib/libporttime${ext}"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ unzip cmake ];
|
||||
|
|
Loading…
Reference in a new issue