[PATCH] gnu: nethack: Fix missing command line argument support in wrapper.

  • Done
  • quality assurance status badge
Details
2 participants
  • ???
  • Ron Nazarov
Owner
unassigned
Submitted by
Ron Nazarov
Severity
normal
R
R
Ron Nazarov wrote on 7 Dec 2022 19:37
(address . guix-patches@gnu.org)(name . Ron Nazarov)(address . ron@noisytoot.org)
20221207183750.6193-1-ron@noisytoot.org
* 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(-)

Toggle diff (24 lines)
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
?
(name . Ron Nazarov)(address . ron@noisytoot.org)(address . 59898-done@debbugs.gnu.org)
87zgbxi9qr.fsf@envs.net
Ron Nazarov <ron@noisytoot.org> writes:

Toggle quote (2 lines)
> * gnu/packages/games.scm (nethack): Fix missing command line argument support in wrapper.

Applied with small modification of commit message, thank you!
Closed
?