mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
gofu: create symlinks to applets
This commit is contained in:
parent
a26de40d12
commit
5c965b8cc8
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ buildGoModule rec {
|
|||
|
||||
subPackages = [ "." ];
|
||||
|
||||
postInstall = ''
|
||||
ln -s $out/bin/gofu $out/bin/rtree
|
||||
ln -s $out/bin/gofu $out/bin/prettyprompt
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Multibinary containing several utilities";
|
||||
homepage = "https://github.com/majewsky/gofu";
|
||||
|
|
Loading…
Reference in a new issue