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 16 subPackages = [ "." ]; 17 18 meta = with lib; { 19 description = "Multibinary containing several utilities"; 20 homepage = "https://github.com/majewsky/gofu";
··· 15 16 subPackages = [ "." ]; 17 18 + postInstall = '' 19 + ln -s $out/bin/gofu $out/bin/rtree 20 + ln -s $out/bin/gofu $out/bin/prettyprompt 21 + ''; 22 + 23 meta = with lib; { 24 description = "Multibinary containing several utilities"; 25 homepage = "https://github.com/majewsky/gofu";