mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
apitrace: Qt 5 infrastructure update
This commit is contained in:
parent
a0bae9b571
commit
b829137151
@ -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 = ''
|
||||
|
@ -556,7 +556,7 @@ let
|
||||
withGui = false;
|
||||
};
|
||||
|
||||
apitrace = callPackage ../applications/graphics/apitrace {};
|
||||
apitrace = qt5.callPackage ../applications/graphics/apitrace {};
|
||||
|
||||
argyllcms = callPackage ../tools/graphics/argyllcms {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user