diff options
author | tv <tv@krebsco.de> | 2019-02-09 02:33:58 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-02-09 13:43:27 +0100 |
commit | e29debea42379fcb529057edf1963928466b0181 (patch) | |
tree | 567c1b5400a11f935c0b5b710bf59c5df230b7ad /krebs/5pkgs/simple/flameshot-once | |
parent | f9496394975782a3aee0998a9a6d5882b67c0901 (diff) |
flameshot-once: 1.0.1 -> 1.1.0
Diffstat (limited to 'krebs/5pkgs/simple/flameshot-once')
-rw-r--r-- | krebs/5pkgs/simple/flameshot-once/default.nix | 1 | ||||
-rw-r--r-- | krebs/5pkgs/simple/flameshot-once/profile.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/flameshot-once/default.nix b/krebs/5pkgs/simple/flameshot-once/default.nix index 344c5b90a..c442a2e96 100644 --- a/krebs/5pkgs/simple/flameshot-once/default.nix +++ b/krebs/5pkgs/simple/flameshot-once/default.nix @@ -15,6 +15,7 @@ in export PATH=${makeBinPath [ pkgs.flameshot pkgs.qt5.qtbase + pkgs.xclip ]} ${optionalString (config != null) /* sh */ '' . ${import ./profile.nix { inherit config pkgs; }} diff --git a/krebs/5pkgs/simple/flameshot-once/profile.nix b/krebs/5pkgs/simple/flameshot-once/profile.nix index 69adb240d..4fcbd62c0 100644 --- a/krebs/5pkgs/simple/flameshot-once/profile.nix +++ b/krebs/5pkgs/simple/flameshot-once/profile.nix @@ -45,7 +45,6 @@ let "SELECTIONINDICATOR" "MOVESELECTION" "UNDO" - "COPY" "SAVE" "EXIT" "BLUR" |