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