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:
Claudio Bley 2019-09-12 16:21:08 +02:00
parent 8490d53463
commit 88f4e09fda

View file

@ -27,7 +27,8 @@ buildGoModule rec {
nativeBuildInputs = [ makeWrapper ];
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; {