valkyrie: move to qmake4Hook

This commit is contained in:
Nikolay Amiantov 2016-04-17 02:50:54 +03:00
parent a9662f8c45
commit f3e8653647

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, qt4 }:
{ stdenv, fetchurl, qt4, qmake4Hook }:
stdenv.mkDerivation rec {
name = "valkyrie-2.0.0";
@ -9,8 +9,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ qt4 ];
configurePhase = "qmake PREFIX=$out";
nativeBuildInputs = [ qmake4Hook ];
meta = {
homepage = http://www.valgrind.org/;