mirror of
https://github.com/hyprwm/contrib.git
synced 2025-05-13 05:40:41 +01:00
scratchpad: add gawk to closure
Ran into an issue where scratchpad couldn't find awk when being ran from KDE Connect.
This commit is contained in:
parent
5870244b59
commit
110e6dc761
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
### 2024-04-22
|
||||
|
||||
scratchpad: add gawk to closure
|
||||
|
||||
### 2024-04-07
|
||||
|
||||
grimblast: add hyprpicker to closure
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
stdenvNoCC,
|
||||
makeWrapper,
|
||||
libnotify,
|
||||
gawk,
|
||||
gnused,
|
||||
jq,
|
||||
procps,
|
||||
|
@ -21,6 +22,7 @@ stdenvNoCC.mkDerivation {
|
|||
postInstall = ''
|
||||
wrapProgram $out/bin/scratchpad --prefix PATH ':' \
|
||||
"${lib.makeBinPath ([
|
||||
gawk
|
||||
gnused
|
||||
jq
|
||||
libnotify
|
||||
|
|
Loading…
Reference in a new issue