Message ID | 20220109191015.33058-13-maximedevos@telenet.be |
---|---|
State | New |
Headers | show |
Series | Make more git-using packages auto-updatable | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm index 9122e01463..9270acc6e0 100644 --- a/gnu/packages/minetest.scm +++ b/gnu/packages/minetest.scm @@ -537,7 +537,8 @@ (define-public minetest-throwing-arrows ;; not be translated. "This mod adds arrows and bows to Minetest. It is a compatible replacement for the throwing mod by PilzAdam that uses the throwing API.") - (license license:mpl2.0)))) + (license license:mpl2.0) + (properties '((with-latest-git-commit . #true)))))) (define-public minetest-worldedit (package