we need makeWrapper not wrapProgram
This commit is contained in:
parent
8dbe4f1943
commit
c6a9f51675
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
||||||
|
|
||||||
chmod +x $out/lib/actual/app.js
|
chmod +x $out/lib/actual/app.js
|
||||||
|
|
||||||
wrapProgram $out/lib/actual/app.js $out/bin/actual --chdir $out/lib/actual
|
makeWrapper $out/lib/actual/app.js $out/bin/actual --chdir $out/lib/actual
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue