smplayer: Qt 5 infrastructure upgrade

This commit is contained in:
Thomas Tuegel 2015-12-19 23:38:39 -06:00
parent 5810f0e7ed
commit d534d5f097
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, qt5 }:
{ stdenv, fetchurl, qtscript }:
stdenv.mkDerivation rec {
name = "smplayer-15.11.0";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
patches = [ ./basegui.cpp.patch ];
buildInputs = [ qt5.script ];
buildInputs = [ qtscript ];
preConfigure = ''
makeFlags="PREFIX=$out"

View File

@ -12577,7 +12577,7 @@ let
shotcut = qt5.callPackage ../applications/video/shotcut { };
smplayer = callPackage ../applications/video/smplayer { };
smplayer = qt5.callPackage ../applications/video/smplayer { };
smtube = callPackage ../applications/video/smtube {};