libmt32emu: fixup path in .pc file
This commit is contained in:
parent
31b9ecf449
commit
6f69105199
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,12 @@ stdenv.mkDerivation rec {
|
|||
"-Dmunt_WITH_MT32EMU_QT=OFF"
|
||||
];
|
||||
|
||||
postFixup = ''
|
||||
substituteInPlace "$dev"/lib/pkgconfig/mt32emu.pc \
|
||||
--replace '=''${exec_prefix}//' '=/' \
|
||||
--replace "$dev/$dev/" "$dev/"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://munt.sourceforge.net/";
|
||||
description = "A library to emulate Roland MT-32, CM-32L, CM-64 and LAPC-I devices";
|
||||
|
|
Loading…
Reference in a new issue