mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: minetest-basic-materials: Propagate minetest-moreores.
* gnu/packages/minetest.scm (minetest-basic-materials) [propagated-inputs]: Add minetest-moreores. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
a4a96d2f6d
commit
df24044824
1 changed files with 4 additions and 0 deletions
|
@ -223,6 +223,10 @@ (define-public minetest-basic-materials
|
||||||
(base32 "0v6l3lrjgshy4sccjhfhmfxc3gk0cdy73qb02i9wd2vw506v5asx"))
|
(base32 "0v6l3lrjgshy4sccjhfhmfxc3gk0cdy73qb02i9wd2vw506v5asx"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system minetest-mod-build-system)
|
(build-system minetest-mod-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
;; basic_materials:silver_wire cannot be crafted without
|
||||||
|
;; moreores:silver_ingot.
|
||||||
|
`(("minetest-moreores" ,minetest-moreores)))
|
||||||
(home-page (minetest-topic 21000))
|
(home-page (minetest-topic 21000))
|
||||||
(synopsis "Some \"basic\" materials and items for other Minetest mods to use")
|
(synopsis "Some \"basic\" materials and items for other Minetest mods to use")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue