awesomebump: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel
2015-12-20 07:56:45 -06:00
parent 1f28d76190
commit 8bbbb31f3f
2 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, qt5, makeWrapper }:
{ lib, stdenv, fetchurl, qtbase, makeWrapper }:
stdenv.mkDerivation {
name = "awesomebump-4.0";
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
setSourceRoot = "sourceRoot=$(echo */Sources)";
buildInputs = [ qt5.base makeWrapper ];
buildInputs = [ qtbase makeWrapper ];
preBuild = "qmake";