mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
fusuma: add gnugrep to path
This commit is contained in:
parent
90040cd36a
commit
fdf1d5264a
@ -1,4 +1,4 @@
|
|||||||
{ lib, bundlerApp, bundlerUpdateScript, makeWrapper, libinput }:
|
{ lib, bundlerApp, bundlerUpdateScript, makeWrapper, gnugrep, libinput }:
|
||||||
|
|
||||||
bundlerApp {
|
bundlerApp {
|
||||||
pname = "fusuma";
|
pname = "fusuma";
|
||||||
@ -9,7 +9,7 @@ bundlerApp {
|
|||||||
|
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
wrapProgram "$out/bin/fusuma" \
|
wrapProgram "$out/bin/fusuma" \
|
||||||
--prefix PATH : ${lib.makeBinPath [ libinput ]}
|
--prefix PATH : ${lib.makeBinPath [ gnugrep libinput ]}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.updateScript = bundlerUpdateScript "fusuma";
|
passthru.updateScript = bundlerUpdateScript "fusuma";
|
||||||
|
Loading…
Reference in New Issue
Block a user