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 {
name = "awesomebump-4.0";
@ -10,9 +10,7 @@ stdenv.mkDerivation {
setSourceRoot = "sourceRoot=$(echo */Sources)";
buildInputs = [ qtbase makeWrapper ];
preBuild = "qmake";
buildInputs = [ qtbase qmakeHook makeWrapper ];
enableParallelBuilding = true;