aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/apitrace
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-12-19 20:16:27 -0600
committerThomas Tuegel <ttuegel@gmail.com>2015-12-20 07:56:44 -0600
commitb829137151239298a1fa5c72145a584ec7dc9d5d (patch)
tree91cc57f37dc6b237e2b5effcfbd27061a7b5762c /pkgs/applications/graphics/apitrace
parenta0bae9b57118546ba4c3a53bdea8ab42a99b8a13 (diff)
apitrace: Qt 5 infrastructure update
Diffstat (limited to 'pkgs/applications/graphics/apitrace')
-rw-r--r--pkgs/applications/graphics/apitrace/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/apitrace/default.nix b/pkgs/applications/graphics/apitrace/default.nix
index 10d4f703a82..072cc698e92 100644
--- a/pkgs/applications/graphics/apitrace/default.nix
+++ b/pkgs/applications/graphics/apitrace/default.nix
@@ -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 = ''