flameshot: move to by-name

This commit is contained in:
éclairevoyant 2024-07-14 20:01:23 -04:00
parent d51dad7c77
commit 4650385d09
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B
2 changed files with 14 additions and 10 deletions

View File

@ -1,16 +1,13 @@
{ mkDerivation
{ libsForQt5
, stdenv
, lib
, fetchFromGitHub
, qtbase
, cmake
, qttools
, qtsvg
, nix-update-script
, fetchpatch
, kguiaddons
}:
mkDerivation rec {
stdenv.mkDerivation rec {
pname = "flameshot";
version = "12.1.0";
@ -38,8 +35,17 @@ mkDerivation rec {
(lib.cmakeBool "USE_WAYLAND_CLIPBOARD" true)
];
nativeBuildInputs = [ cmake qttools qtsvg ];
buildInputs = [ qtbase kguiaddons ];
nativeBuildInputs = [
cmake
libsForQt5.qttools
libsForQt5.qtsvg
libsForQt5.wrapQtAppsHook
];
buildInputs = [
libsForQt5.qtbase
libsForQt5.kguiaddons
];
meta = with lib; {
description = "Powerful yet simple to use screenshot software";

View File

@ -30692,8 +30692,6 @@ with pkgs;
redoflacs = callPackage ../applications/audio/redoflacs { };
flameshot = libsForQt5.callPackage ../tools/misc/flameshot { };
flex-ncat = callPackage ../applications/radio/flex-ncat { };
flex-ndax = callPackage ../applications/radio/flex-ndax { };