libbytesize: add update script
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
gtk-doc,
|
gtk-doc,
|
||||||
libxslt,
|
libxslt,
|
||||||
mpfr,
|
mpfr,
|
||||||
|
nix-update-script,
|
||||||
pcre2,
|
pcre2,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
python3Packages,
|
python3Packages,
|
||||||
@@ -67,6 +68,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
pythonImportsCheck = [ "bytesize" ];
|
pythonImportsCheck = [ "bytesize" ];
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/storaged-project/libbytesize";
|
homepage = "https://github.com/storaged-project/libbytesize";
|
||||||
description = "Tiny library providing a C 'class' for working with arbitrary big sizes in bytes";
|
description = "Tiny library providing a C 'class' for working with arbitrary big sizes in bytes";
|
||||||
|
|||||||
Reference in New Issue
Block a user