Merge pull request #77356 from moretea/krop-wrapQtAppsHook
krop: Add wrapQtAppsHook.
This commit is contained in:
commit
32907db36c
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, python3Packages, libsForQt5, ghostscript }:
|
{ stdenv, fetchFromGitHub, python3Packages, libsForQt5, ghostscript, qt5}:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "krop";
|
pname = "krop";
|
||||||
@ -19,6 +19,11 @@ python3Packages.buildPythonApplication rec {
|
|||||||
ghostscript
|
ghostscript
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nativeBuildInputs = [ qt5.wrapQtAppsHook ];
|
||||||
|
makeWrapperArgs = [
|
||||||
|
"\${qtWrapperArgs[@]}"
|
||||||
|
];
|
||||||
|
|
||||||
# Disable checks because of interference with older Qt versions // xcb
|
# Disable checks because of interference with older Qt versions // xcb
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user