diff options
author | tv <tv@krebsco.de> | 2023-02-05 01:13:56 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-02-05 02:21:13 +0100 |
commit | 8056151181e6b49ad3c1b80cdfc94a18e49846fc (patch) | |
tree | 8c7125fe80fb220290b3b0746b40094b40ee99c3 /krebs/5pkgs/simple/flameshot-once/flameshot/default.nix | |
parent | 23b63bfdfb5ed2700441f13429cbd1cd0c2ea870 (diff) |
flameshot-once: alter flameshot packing char
This allows deleting images uploaded to htgen-imgur <1.2.0
Diffstat (limited to 'krebs/5pkgs/simple/flameshot-once/flameshot/default.nix')
-rw-r--r-- | krebs/5pkgs/simple/flameshot-once/flameshot/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/5pkgs/simple/flameshot-once/flameshot/default.nix b/krebs/5pkgs/simple/flameshot-once/flameshot/default.nix index b129270eb..f60acef08 100644 --- a/krebs/5pkgs/simple/flameshot-once/flameshot/default.nix +++ b/krebs/5pkgs/simple/flameshot-once/flameshot/default.nix @@ -11,5 +11,6 @@ pkgs.flameshot.overrideAttrs (old: rec { }; patches = old.patches or [] ++ [ ./flameshot-12.imgur.patch + ./flameshot-12.history.patch ]; }) |