mlv-app: add missing ffmpeg dep
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
fetchpatch,
|
||||
libsForQt5,
|
||||
writableTmpDirAsHomeHook,
|
||||
ffmpeg-headless,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -25,6 +26,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace platform/qt/MainWindow.cpp \
|
||||
--replace-fail '"ffmpeg"' '"${lib.getExe ffmpeg-headless}"'
|
||||
'';
|
||||
|
||||
qmakeFlags = [ "MLVApp.pro" ];
|
||||
|
||||
preConfigure = ''
|
||||
|
||||
Reference in New Issue
Block a user