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
|
# 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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue