From 5417584e11677a957bf08b2f5fdc1377ee4d32f0 Mon Sep 17 00:00:00 2001 From: Lee Bousfield Date: Tue, 11 Nov 2025 09:18:45 -0600 Subject: [PATCH] libbytesize: add update script --- pkgs/by-name/li/libbytesize/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/li/libbytesize/package.nix b/pkgs/by-name/li/libbytesize/package.nix index e83def645769..dd0f0e59dbca 100644 --- a/pkgs/by-name/li/libbytesize/package.nix +++ b/pkgs/by-name/li/libbytesize/package.nix @@ -9,6 +9,7 @@ gtk-doc, libxslt, mpfr, + nix-update-script, pcre2, pkg-config, python3Packages, @@ -67,6 +68,8 @@ stdenv.mkDerivation (finalAttrs: { pythonImportsCheck = [ "bytesize" ]; + passthru.updateScript = nix-update-script { }; + meta = { homepage = "https://github.com/storaged-project/libbytesize"; description = "Tiny library providing a C 'class' for working with arbitrary big sizes in bytes";