apitrace: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel 2015-12-19 20:16:27 -06:00
parent a0bae9b571
commit b829137151
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, cmake, libX11, procps, python, qt5 }:
{ stdenv, fetchFromGitHub, cmake, libX11, procps, python, qtbase }:
let version = "7.1"; in
stdenv.mkDerivation {
@ -11,7 +11,7 @@ stdenv.mkDerivation {
owner = "apitrace";
};
buildInputs = [ libX11 procps python qt5.base ];
buildInputs = [ libX11 procps python qtbase ];
nativeBuildInputs = [ cmake ];
buildPhase = ''

View File

@ -556,7 +556,7 @@ let
withGui = false;
};
apitrace = callPackage ../applications/graphics/apitrace {};
apitrace = qt5.callPackage ../applications/graphics/apitrace {};
argyllcms = callPackage ../tools/graphics/argyllcms {};