Merge pull request #138625 from SuperSandro2000/gofu

gofu: create symlinks to applets

authored by Sandro and committed by GitHub 6cf74ca6 f5d66f8f

+5
+5
pkgs/applications/misc/gofu/default.nix
··· 15 15 16 16 subPackages = [ "." ]; 17 17 18 + postInstall = '' 19 + ln -s $out/bin/gofu $out/bin/rtree 20 + ln -s $out/bin/gofu $out/bin/prettyprompt 21 + ''; 22 + 18 23 meta = with lib; { 19 24 description = "Multibinary containing several utilities"; 20 25 homepage = "https://github.com/majewsky/gofu";