fusuma: add gnugrep to path

This commit is contained in:
Weijia Wang
2023-09-20 10:20:51 +02:00
parent 90040cd36a
commit fdf1d5264a
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, bundlerApp, bundlerUpdateScript, makeWrapper, libinput }:
{ lib, bundlerApp, bundlerUpdateScript, makeWrapper, gnugrep, libinput }:
bundlerApp {
pname = "fusuma";
@@ -9,7 +9,7 @@ bundlerApp {
postBuild = ''
wrapProgram "$out/bin/fusuma" \
--prefix PATH : ${lib.makeBinPath [ libinput ]}
--prefix PATH : ${lib.makeBinPath [ gnugrep libinput ]}
'';
passthru.updateScript = bundlerUpdateScript "fusuma";