libsForQt5.mlt: fixup path in .pc file

This commit is contained in:
Vladimír Čunát 2022-09-27 18:13:47 +02:00
parent 28a3306bd7
commit 31b9ecf449
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -70,6 +70,11 @@ mkDerivation rec {
"--prefix LADSPA_PATH : ${ladspaPlugins}/lib/ladspa"
];
postFixup = ''
substituteInPlace "$dev"/lib/pkgconfig/mlt-framework-7.pc \
--replace '=''${prefix}//' '=/'
'';
passthru = {
inherit ffmpeg;
};