awesomebump: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel 2015-12-19 20:20:28 -06:00
parent 1f28d76190
commit 8bbbb31f3f
2 changed files with 3 additions and 3 deletions

View File

@ -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";

View File

@ -11075,7 +11075,7 @@ let
};
awesome = awesome-3-5;
awesomebump = callPackage ../applications/graphics/awesomebump { };
awesomebump = qt5.callPackage ../applications/graphics/awesomebump { };
inherit (gnome3) baobab;