gofu: create symlinks to applets

This commit is contained in:
Sandro Jäckel 2021-09-20 11:17:47 +02:00
parent a26de40d12
commit 5c965b8cc8

View file

@ -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";