* [bug#59898] [PATCH] gnu: nethack: Fix missing command line argument support in wrapper.
@ 2022-12-07 18:37 Ron Nazarov via Guix-patches via
2022-12-09 2:36 ` bug#59898: " 宋文武 via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Ron Nazarov via Guix-patches via @ 2022-12-07 18:37 UTC (permalink / raw)
To: 59898; +Cc: Ron Nazarov
* 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@pflug.io>
;;; Copyright © 2021, 2022 Felix Gruber <felgru@posteo.net>
;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
-;;; Copyright © 2021 Noisytoot <noisytoot@disroot.org>
+;;; Copyright © 2021, 2022 Noisytoot <ron@noisytoot.org>
;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2021, 2022 Brendan Tildesley <mail@brendan.scot>
;;; Copyright © 2021 Christopher Baines <mail@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#59898: [PATCH] gnu: nethack: Fix missing command line argument support in wrapper.
2022-12-07 18:37 [bug#59898] [PATCH] gnu: nethack: Fix missing command line argument support in wrapper Ron Nazarov via Guix-patches via
@ 2022-12-09 2:36 ` 宋文武 via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-12-09 2:36 UTC (permalink / raw)
To: Ron Nazarov; +Cc: 59898-done
Ron Nazarov <ron@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!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-09 2:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-07 18:37 [bug#59898] [PATCH] gnu: nethack: Fix missing command line argument support in wrapper Ron Nazarov via Guix-patches via
2022-12-09 2:36 ` bug#59898: " 宋文武 via Guix-patches via
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).