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
commit 88e02d3d04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [