awesomebump: move to qmakeHook

This commit is contained in:
Nikolay Amiantov 2016-04-17 02:28:56 +03:00
parent 62e3430b13
commit b0c5221ce3

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, qtbase, makeWrapper }: { lib, stdenv, fetchurl, qtbase, qmakeHook, makeWrapper }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "awesomebump-4.0"; name = "awesomebump-4.0";
@ -10,9 +10,7 @@ stdenv.mkDerivation {
setSourceRoot = "sourceRoot=$(echo */Sources)"; setSourceRoot = "sourceRoot=$(echo */Sources)";
buildInputs = [ qtbase makeWrapper ]; buildInputs = [ qtbase qmakeHook makeWrapper ];
preBuild = "qmake";
enableParallelBuilding = true; enableParallelBuilding = true;