GNU bug report logs -
#59898
[PATCH] gnu: nethack: Fix missing command line argument support in wrapper.
Previous Next
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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 09 Dec 2022 10:36:28 +0800
with message-id <87zgbxi9qr.fsf <at> envs.net>
and subject line Re: bug#59898: [PATCH] gnu: nethack: Fix missing command line argument support in wrapper.
has caused the debbugs.gnu.org bug report #59898,
regarding [PATCH] gnu: nethack: Fix missing command line argument support in wrapper.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
59898: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59898
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
Ron Nazarov <ron <at> noisytoot.org> writes:
> * gnu/packages/games.scm (nethack): Fix missing command line argument support in wrapper.
Applied with small modification of commit message, thank you!
This bug report was last modified 2 years and 220 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.