GNU bug report logs -
#59965
[PATCH] gnu: Add minetest-mobs-monster
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#59965: [PATCH] gnu: Add minetest-mobs-monster
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 59965 <at> debbugs.gnu.org.
--
59965: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59965
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Vivien Kraus <vivien <at> planete-kraus.eu> skribis:
> * gnu/packages/minetest.scm (minetest-mobs-monster): New variable.
Applied, thanks!
[Message part 3 (message/rfc822, inline)]
* gnu/packages/minetest.scm (minetest-mobs-monster): New variable.
---
gnu/packages/minetest.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm
index 0f017217de..c898e76180 100644
--- a/gnu/packages/minetest.scm
+++ b/gnu/packages/minetest.scm
@@ -472,6 +472,31 @@ (define-public minetest-mobs-animal
(license (list license:cc0 license:expat))
(properties `((upstream-name . "TenPlus1/mobs_animal")))))
+(define-public minetest-mobs-monster
+ (package
+ (name "minetest-mobs-monster")
+ ;; Upstream does not use version numbers, so use the release title
+ ;; from ContentDB instead;
+ (version "2022-12-10")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://notabug.org/TenPlus1/mobs_monster")
+ (commit "1b197f9ae136179a764ef45824464b667ade52e6")))
+ (sha256
+ (base32 "15g8acrzvsiccxchfmgjhyf2lmkbrpdjqv3v7hmqz7xqypi8wm3h"))
+ (file-name (git-file-name name version))))
+ (build-system minetest-mod-build-system)
+ (propagated-inputs (list minetest-mobs))
+ (home-page "https://notabug.org/TenPlus1/mobs_monster")
+ (synopsis "Add monsters with Mobs Redo on minetest")
+ (description
+ "This Minetest mod adds many types of monsters to Minetest, that live on the
+surface or deep underground.")
+ (license license:expat)
+ (properties `((upstream-name . "TenPlus1/mobs_monster")))))
+
(define-public minetest-pipeworks
(package
(name "minetest-pipeworks")
base-commit: 0ce1f82e5aaac951b21d579eb46bf75cfe6713c0
--
2.38.1
This bug report was last modified 2 years and 215 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.