olive-editor: use wrapQtAppsHook

gstqt5
josephtheengineer 2020-06-02 15:32:18 +10:00
parent a69f9e5a69
commit 654d1ca4b9
No known key found for this signature in database
GPG Key ID: 4A5C569F26265D31
1 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, pkgconfig, which, qmake, mkDerivation,
qtbase, qtmultimedia, frei0r, opencolorio, ffmpeg-full,
CoreFoundation }:
qtmultimedia, wrapQtAppsHook, frei0r, opencolorio, ffmpeg-full,
CoreFoundation }:
mkDerivation rec {
pname = "olive-editor";
@ -17,15 +17,14 @@ mkDerivation rec {
pkgconfig
which
qmake
wrapQtAppsHook
];
buildInputs = [
ffmpeg-full
frei0r
opencolorio
qtbase
qtmultimedia
qtmultimedia.dev
] ++ stdenv.lib.optional stdenv.isDarwin CoreFoundation;
meta = with stdenv.lib; {