abuild: add update script

This commit is contained in:
jopejoe1 2024-04-26 07:43:12 +02:00
parent 7d76736be0
commit c4aa992a31

View File

@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitLab
, gitUpdater
, makeWrapper
, pkg-config
, file
@ -77,6 +78,8 @@ stdenv.mkDerivation rec {
done
'';
passthru.updateScript = gitUpdater { };
meta = with lib; {
description = "Alpine Linux build tools";
homepage = "https://gitlab.alpinelinux.org/alpine/abuild";