fend: add updateScript

This commit is contained in:
Olli Helenius 2023-09-20 20:33:00 +03:00
parent 9740d7bb58
commit 1c5ade21cc
No known key found for this signature in database
GPG Key ID: 67235CC88F41DE3C

View File

@ -7,6 +7,7 @@
, installShellFiles , installShellFiles
, copyDesktopItems , copyDesktopItems
, makeDesktopItem , makeDesktopItem
, nix-update-script
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
@ -57,6 +58,8 @@ rustPlatform.buildRustPackage rec {
}) })
]; ];
passthru.updateScript = nix-update-script { };
meta = with lib; { meta = with lib; {
description = "Arbitrary-precision unit-aware calculator"; description = "Arbitrary-precision unit-aware calculator";
homepage = "https://github.com/printfn/fend"; homepage = "https://github.com/printfn/fend";