libbytesize: adopt by PlasmaPower and add update script (#460695)
This commit is contained in:
@@ -20638,6 +20638,13 @@
|
||||
github = "plamper";
|
||||
githubId = 59016721;
|
||||
};
|
||||
PlasmaPower = {
|
||||
name = "Lee Bousfield";
|
||||
github = "PlasmaPower";
|
||||
githubId = 6006498;
|
||||
email = "ljbousfield+nix@gmail.com";
|
||||
matrix = "@plasmapower:matrix.org";
|
||||
};
|
||||
plchldr = {
|
||||
email = "mail@oddco.de";
|
||||
github = "plchldr";
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
gtk-doc,
|
||||
libxslt,
|
||||
mpfr,
|
||||
nix-update-script,
|
||||
pcre2,
|
||||
pkg-config,
|
||||
python3Packages,
|
||||
@@ -67,12 +68,14 @@ 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";
|
||||
license = lib.licenses.lgpl2Plus;
|
||||
mainProgram = "bscalc";
|
||||
maintainers = [ ];
|
||||
maintainers = [ lib.maintainers.PlasmaPower ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user