Merge pull request #144192 from jonringer/fix-ksnip

ksnip: fix qt wrapping
This commit is contained in:
Bobby Rong
2021-11-02 14:26:46 +08:00
committed by GitHub
+2 -2
View File
@@ -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 = [