gforth: Add updateScript
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
callPackage,
|
callPackage,
|
||||||
autoreconfHook,
|
autoreconfHook,
|
||||||
|
gitUpdater,
|
||||||
texinfo,
|
texinfo,
|
||||||
libffi,
|
libffi,
|
||||||
writableTmpDirAsHomeHook,
|
writableTmpDirAsHomeHook,
|
||||||
@@ -52,6 +53,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
mkdir -p ${lispDir}
|
mkdir -p ${lispDir}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = gitUpdater { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Forth implementation of the GNU project";
|
description = "Forth implementation of the GNU project";
|
||||||
homepage = "https://www.gnu.org/software/gforth";
|
homepage = "https://www.gnu.org/software/gforth";
|
||||||
|
|||||||
Reference in New Issue
Block a user