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 # Changelog
### 2024-04-22
scratchpad: add gawk to closure
### 2024-04-07 ### 2024-04-07
grimblast: add hyprpicker to closure grimblast: add hyprpicker to closure

View file

@ -3,6 +3,7 @@
stdenvNoCC, stdenvNoCC,
makeWrapper, makeWrapper,
libnotify, libnotify,
gawk,
gnused, gnused,
jq, jq,
procps, procps,
@ -21,6 +22,7 @@ stdenvNoCC.mkDerivation {
postInstall = '' postInstall = ''
wrapProgram $out/bin/scratchpad --prefix PATH ':' \ wrapProgram $out/bin/scratchpad --prefix PATH ':' \
"${lib.makeBinPath ([ "${lib.makeBinPath ([
gawk
gnused gnused
jq jq
libnotify libnotify