wtf: Set meta.mainProgram
to "wtfutil"
This allows one to `nix run nixpkgs#wtf`.
This commit is contained in:
parent
2f19bff1b1
commit
097b70ec5c
@ -38,6 +38,7 @@ buildGoModule rec {
|
||||
changelog = "https://github.com/wtfutil/wtf/raw/v${version}/CHANGELOG.md";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ kalbasit ];
|
||||
mainProgram = "wtfutil";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user