GNU bug report logs - #59898
[PATCH] gnu: nethack: Fix missing command line argument support in wrapper.

Previous Next

Package: guix-patches;

Reported by: Ron Nazarov <ron <at> noisytoot.org>

Date: Thu, 8 Dec 2022 09:51:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ron Nazarov <ron <at> noisytoot.org>
To: guix-patches <at> gnu.org
Cc: Ron Nazarov <ron <at> noisytoot.org>
Subject: [PATCH] gnu: nethack: Fix missing command line argument support in
 wrapper.
Date: Wed,  7 Dec 2022 18:37:50 +0000
* gnu/packages/games.scm (nethack): Fix missing command line argument support in wrapper.
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0f5f3cc332..3dd056e1eb 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -63,7 +63,7 @@
 ;;; Copyright © 2021 David Pflug <david <at> pflug.io>
 ;;; Copyright © 2021, 2022 Felix Gruber <felgru <at> posteo.net>
 ;;; Copyright © 2021 Solene Rapenne <solene <at> perso.pw>
-;;; Copyright © 2021 Noisytoot <noisytoot <at> disroot.org>
+;;; Copyright © 2021, 2022 Noisytoot <ron <at> noisytoot.org>
 ;;; Copyright © 2021 Petr Hodina <phodina <at> protonmail.com>
 ;;; Copyright © 2021, 2022 Brendan Tildesley <mail <at> brendan.scot>
 ;;; Copyright © 2021 Christopher Baines <mail <at> cbaines.net>
@@ -2086,7 +2086,7 @@ (define-public nethack
 for i in ~a/games/lib/nethackdir/*; do
   ln -s $i $(basename $i)
 done
-~a/games/nethack"
+~a/games/nethack \"$@\""
                       (assoc-ref %build-inputs "bash")
                       (list->search-path-as-string
                         (list
-- 
2.38.0





This bug report was last modified 2 years and 221 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.