arora: move to qmake4Hook

This commit is contained in:
Nikolay Amiantov 2016-04-17 02:35:18 +03:00
parent 23e3372fea
commit bab152826f

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, qt4 }:
{ stdenv, fetchurl, qt4, qmake4Hook }:
stdenv.mkDerivation rec {
name = "arora-${version}";
@ -10,8 +10,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ qt4 ];
configurePhase = "qmake PREFIX=$out";
nativeBuildInputs = [ qmake4Hook ];
meta = with stdenv.lib; {
platforms = qt4.meta.platforms;