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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59898 in the body.
You can then email your comments to 59898 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#59898
; Package
guix-patches
.
(Thu, 08 Dec 2022 09:51:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ron Nazarov <ron <at> noisytoot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 08 Dec 2022 09:51:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Fri, 09 Dec 2022 02:37:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ron Nazarov <ron <at> noisytoot.org>
:
bug acknowledged by developer.
(Fri, 09 Dec 2022 02:37:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 59898-done <at> debbugs.gnu.org (full text, mbox):
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!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 06 Jan 2023 12:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 219 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.