Loading pkgs/tools/misc/fend/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , installShellFiles , copyDesktopItems , makeDesktopItem , nix-update-script }: rustPlatform.buildRustPackage rec { Loading Loading @@ -57,6 +58,8 @@ rustPlatform.buildRustPackage rec { }) ]; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "Arbitrary-precision unit-aware calculator"; homepage = "https://github.com/printfn/fend"; Loading Loading
pkgs/tools/misc/fend/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , installShellFiles , copyDesktopItems , makeDesktopItem , nix-update-script }: rustPlatform.buildRustPackage rec { Loading Loading @@ -57,6 +58,8 @@ rustPlatform.buildRustPackage rec { }) ]; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "Arbitrary-precision unit-aware calculator"; homepage = "https://github.com/printfn/fend"; Loading