guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

27/87: gnu: Add minetest-wielded-light.


From: guix-commits
Subject: 27/87: gnu: Add minetest-wielded-light.
Date: Mon, 9 Jan 2023 18:27:30 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit e8b90b1d5d9d7fa30a3f3756b5ec2b26488066b0
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Sun Dec 11 14:23:26 2022 +0100

    gnu: Add minetest-wielded-light.
    
    * gnu/packages/minetest.scm (minetest-wielded-light): New variable.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/minetest.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm
index 0f017217de..0ee6690826 100644
--- a/gnu/packages/minetest.scm
+++ b/gnu/packages/minetest.scm
@@ -769,3 +769,25 @@ build your island in the sky.  Every 30 seconds you will 
receive a random
 block or item from the oneblock to expand the island!")
     (license license:gpl3+)
     (properties `((upstream-name . "NO11/oneblock")))))
+
+(define-public minetest-wielded-light
+  (package
+    (name "minetest-wielded-light")
+    (version "2022-06-24")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/minetest-mods/wielded_light";)
+                    (commit "b5236562af9772dff8522fe2bda5b5f738e81b88")))
+              (sha256
+               (base32
+                "0m5rf8wkc9iq04xppjfva9d83qmhlnx8fibdbi2d3pkwwl6p2y5c"))
+              (file-name (git-file-name name version))))
+    (build-system minetest-mod-build-system)
+    (home-page (minetest-topic 19378))
+    (synopsis "Adds shining for wielded and dropped items")
+    (description
+     "With this Minetest extension, all bright nodes lighten the player
+environment if wielded.")
+    (license license:gpl3+)
+    (properties `((upstream-name . "bell07/wielded_light")))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]