smplayer: Qt 5 infrastructure upgrade
This commit is contained in:
parent
5810f0e7ed
commit
d534d5f097
@ -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"
|
||||
|
@ -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 {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user