Making shotcut use qt5 (5.6), not qt55.

+3 -3
+2 -2
pkgs/applications/video/shotcut/default.nix
··· 1 1 { stdenv, fetchurl, SDL, frei0r, gettext, mlt, jack1, pkgconfig, qtbase, 2 - qtmultimedia, qtwebkit, qtx11extras, qtwebsockets, qtquick1, qtquickcontrols, 2 + qtmultimedia, qtwebkit, qtx11extras, qtwebsockets, qtquickcontrols, 3 3 qtgraphicaleffects, 4 4 qmakeHook, makeQtWrapper }: 5 5 ··· 13 13 }; 14 14 15 15 buildInputs = [ SDL frei0r gettext mlt pkgconfig qtbase qtmultimedia qtwebkit 16 - qtx11extras qtwebsockets qtquick1 qtquickcontrols qtgraphicaleffects qmakeHook makeQtWrapper ]; 16 + qtx11extras qtwebsockets qtquickcontrols qtgraphicaleffects qmakeHook makeQtWrapper ]; 17 17 18 18 enableParallelBuilding = true; 19 19
+1 -1
pkgs/top-level/all-packages.nix
··· 14078 14078 stdenv = stdenv_32bit; 14079 14079 }; 14080 14080 14081 - shotcut = qt55.callPackage ../applications/video/shotcut { }; 14081 + shotcut = qt5.callPackage ../applications/video/shotcut { }; 14082 14082 14083 14083 smplayer = qt5.callPackage ../applications/video/smplayer { }; 14084 14084