libsForQt5.mlt: fixup path in .pc file
This commit is contained in:
parent
28a3306bd7
commit
31b9ecf449
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue