flameshot: enable wayland clipboard

This commit is contained in:
Bob van der Linden 2024-02-08 21:30:46 +01:00
parent 3392575c40
commit 00d6265f18
No known key found for this signature in database

View File

@ -7,6 +7,7 @@
, qtsvg , qtsvg
, nix-update-script , nix-update-script
, fetchpatch , fetchpatch
, kguiaddons
}: }:
mkDerivation rec { mkDerivation rec {
@ -33,8 +34,12 @@ mkDerivation rec {
updateScript = nix-update-script { }; updateScript = nix-update-script { };
}; };
cmakeFlags = [
(lib.cmakeBool "USE_WAYLAND_CLIPBOARD" true)
];
nativeBuildInputs = [ cmake qttools qtsvg ]; nativeBuildInputs = [ cmake qttools qtsvg ];
buildInputs = [ qtbase ]; buildInputs = [ qtbase kguiaddons ];
meta = with lib; { meta = with lib; {
description = "Powerful yet simple to use screenshot software"; description = "Powerful yet simple to use screenshot software";