18 stdenv.mkDerivation rec {
22 src = fetchFromGitHub {
26 hash = "sha256-WBJyLfiPPEQ/Cj5uuwy9KhVc1kw4Hv5TeEuRFDydlGk=";
32 kdePackages.extra-cmake-modules
46 kdePackages.kstatusnotifieritem
47 kdePackages.knotifications
51 substituteInPlace shared/com.github.hluk.copyq.desktop.in \
52 --replace copyq "$out/bin/copyq"
55 cmakeFlags = [ "-DWITH_QT6=ON" ];
58 homepage = "https://hluk.github.io/CopyQ";
59 description = "Clipboard Manager with Advanced Features";
60 license = licenses.gpl3Only;
61 maintainers = with maintainers; [ artturin ];
62 # NOTE: CopyQ supports windows and osx, but I cannot test these.
63 platforms = platforms.linux;
64 mainProgram = "copyq";