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:
ErrorNoInternet 2024-04-22 13:55:55 +08:00 committed by Mihai Fufezan
parent 5870244b59
commit 110e6dc761
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,9 @@
# Changelog
### 2024-04-22
scratchpad: add gawk to closure
### 2024-04-07
grimblast: add hyprpicker to closure

View file

@ -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