gforth: Add updateScript

This commit is contained in:
rafaelrc7
2025-10-08 10:24:21 -03:00
parent e9a123ce31
commit beb64abf84

View File

@@ -4,6 +4,7 @@
fetchFromGitHub,
callPackage,
autoreconfHook,
gitUpdater,
texinfo,
libffi,
writableTmpDirAsHomeHook,
@@ -52,6 +53,8 @@ stdenv.mkDerivation (finalAttrs: {
mkdir -p ${lispDir}
'';
passthru.updateScript = gitUpdater { };
meta = {
description = "Forth implementation of the GNU project";
homepage = "https://www.gnu.org/software/gforth";