wtf: Rename executable to wtfutil
The upstream project changed the name from `wtf` to `wtfutil` some time ago, see [1].
[1]: b4e3b7e3a2
This commit is contained in:
parent
8490d53463
commit
88f4e09fda
@ -27,7 +27,8 @@ buildGoModule rec {
|
|||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram "$out/bin/wtf" --prefix PATH : "${ncurses.dev}/bin"
|
mv "$out/bin/wtf" "$out/bin/wtfutil"
|
||||||
|
wrapProgram "$out/bin/wtfutil" --prefix PATH : "${ncurses.dev}/bin"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user