Making shotcut use qt5 (5.6), not qt55.
This commit is contained in:
parent
0e6822b522
commit
b8e215fb50
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchurl, SDL, frei0r, gettext, mlt, jack1, pkgconfig, qtbase,
|
||||
qtmultimedia, qtwebkit, qtx11extras, qtwebsockets, qtquick1, qtquickcontrols,
|
||||
qtmultimedia, qtwebkit, qtx11extras, qtwebsockets, qtquickcontrols,
|
||||
qtgraphicaleffects,
|
||||
qmakeHook, makeQtWrapper }:
|
||||
|
||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [ SDL frei0r gettext mlt pkgconfig qtbase qtmultimedia qtwebkit
|
||||
qtx11extras qtwebsockets qtquick1 qtquickcontrols qtgraphicaleffects qmakeHook makeQtWrapper ];
|
||||
qtx11extras qtwebsockets qtquickcontrols qtgraphicaleffects qmakeHook makeQtWrapper ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
|
@ -14078,7 +14078,7 @@ in
|
|||
stdenv = stdenv_32bit;
|
||||
};
|
||||
|
||||
shotcut = qt55.callPackage ../applications/video/shotcut { };
|
||||
shotcut = qt5.callPackage ../applications/video/shotcut { };
|
||||
|
||||
smplayer = qt5.callPackage ../applications/video/smplayer { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue