Merge pull request #144192 from jonringer/fix-ksnip
ksnip: fix qt wrapping
This commit is contained in:
commit
88e02d3d04
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
, fetchFromGitHub
|
||||
, kcolorpicker
|
||||
, kimageannotator
|
||||
, wrapQtAppsHook
|
||||
, qtsvg
|
||||
, qttranslations
|
||||
, qtx11extras
|
||||
|
@ -21,11 +22,10 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1izsk586n9fbm0di0hj6pxs7r0a6w554gpad1ghf247icr0pfc1l";
|
||||
};
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
extra-cmake-modules
|
||||
wrapQtAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue