unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vivien Kraus via Guix-patches via <guix-patches@gnu.org>
To: 58932@debbugs.gnu.org
Subject: [bug#58932] [PATCH v3 1/4] gnu: irrlicht-for-minetest: update to 1.9.0.mt8
Date: Mon, 31 Oct 2022 22:42:38 +0100	[thread overview]
Message-ID: <9ebaf8ccbe4487e7d8e640adca2130d7d103776b.camel@planete-kraus.eu> (raw)
In-Reply-To: <d0b08c4eac9856e47351a692e74ed5f0593cdac9.camel@planete-kraus.eu>

* gnu/packages/games.scm (irrlicht-for-minetest): Update to 1.9.0.mt8.
[inputs]: Add libxi (xinput).
---
 gnu/packages/games.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0a41840847..c365558321 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3658,7 +3658,7 @@ (define-public irrlicht-for-minetest
   (package
     (inherit irrlicht)
     (name "irrlicht-for-minetest")
-    (version "1.9.0mt5")
+    (version "1.9.0mt8")
     (source
      (origin
        (method git-fetch)
@@ -3667,11 +3667,14 @@ (define-public irrlicht-for-minetest
              (commit version)))
        (sha256
         (base32
-         "1jxk1x0f60n8lrz8a6x62aj2pqg0qnbajsld3lqncvwsfbi0xjx1"))))
+         "1646pj40dqkzbbc2lxzbmq2pjyrkgggbi2lah6pa5mv420p402kg"))))
     (build-system cmake-build-system)
     (arguments
      ;; No check target.
-     (list #:tests? #f))))
+     (list #:tests? #f))
+    (inputs
+     (modify-inputs (package-inputs irrlicht)
+       (prepend libxi)))))
 
 (define-public mars
   ;; The latest release on SourceForge relies on an unreleased version of SFML

base-commit: 84d239599a10f31e7d414d962ae25888ab21165c
-- 
2.38.0




  reply	other threads:[~2022-11-05 11:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-31 22:02 [bug#58932] [PATCH] Update minetest Vivien Kraus via Guix-patches via
2022-10-31 21:42 ` Vivien Kraus via Guix-patches via [this message]
2022-10-31 21:43 ` [bug#58932] [PATCH v3 2/4] gnu: minetest: update to 5.6.1 Vivien Kraus via Guix-patches via
2022-10-31 21:44 ` [bug#58932] [PATCH v3 3/4] gnu: minetest-mineclone: Update to 0.80.1 Vivien Kraus via Guix-patches via
2022-10-31 21:44 ` [bug#58932] [PATCH v3 4/4] gnu: minetest-technic: Update to 2022-10-30 Vivien Kraus via Guix-patches via
2022-11-01 12:01 ` [bug#58932] V2: Use modify-inputs Vivien Kraus via Guix-patches via
2022-11-05 12:00 ` [bug#58932] [PATCH] Update minetest ( via Guix-patches via
2022-11-05 17:04   ` bug#58932: " Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9ebaf8ccbe4487e7d8e640adca2130d7d103776b.camel@planete-kraus.eu \
    --to=guix-patches@gnu.org \
    --cc=58932@debbugs.gnu.org \
    --cc=vivien@planete-kraus.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).