smplayer: fix build after qmakeHook

This commit is contained in:
Vincent Laporte
2016-04-29 07:21:31 +00:00
parent b539f8e468
commit 5de3cfe210
+4 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, qtscript }:
{ stdenv, fetchurl, qmakeHook, qtscript }:
stdenv.mkDerivation rec {
name = "smplayer-16.1.0";
@@ -10,7 +10,9 @@ stdenv.mkDerivation rec {
patches = [ ./basegui.cpp.patch ];
buildInputs = [ qtscript ];
buildInputs = [ qmakeHook qtscript ];
dontUseQmakeConfigure = true;
preConfigure = ''
makeFlags="PREFIX=$out"