smplayer: Qt 5 infrastructure upgrade

This commit is contained in:
Thomas Tuegel
2015-12-20 07:56:55 -06:00
parent 5810f0e7ed
commit d534d5f097
2 changed files with 3 additions and 3 deletions
+2 -2
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"