uclibc-ng: add passthru.updateScript

This commit is contained in:
Mario Rodas 2024-04-06 04:20:00 +00:00
parent ca8bf15da9
commit f11d350852
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,7 @@
, stdenv
, buildPackages
, fetchurl
, gitUpdater
, linuxHeaders
, libiconvReal
, extraConfig ? ""
@ -112,6 +113,11 @@ stdenv.mkDerivation (finalAttrs: {
# Derivations may check for the existance of this attribute, to know what to
# link to.
libiconv = libiconvReal;
updateScript = gitUpdater {
url = "https://git.uclibc-ng.org/git/uclibc-ng.git";
rev-prefix = "v";
};
};
meta = {