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
|
let version = "7.1"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "apitrace";
|
owner = "apitrace";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libX11 procps python qt5.base ];
|
buildInputs = [ libX11 procps python qtbase ];
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
@ -556,7 +556,7 @@ let
|
|||||||
withGui = false;
|
withGui = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
apitrace = callPackage ../applications/graphics/apitrace {};
|
apitrace = qt5.callPackage ../applications/graphics/apitrace {};
|
||||||
|
|
||||||
argyllcms = callPackage ../tools/graphics/argyllcms {};
|
argyllcms = callPackage ../tools/graphics/argyllcms {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user