emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59898: closed ([PATCH] gnu: nethack: Fix missing command line argume


From: GNU bug Tracking System
Subject: bug#59898: closed ([PATCH] gnu: nethack: Fix missing command line argument support in wrapper.)
Date: Fri, 09 Dec 2022 02:37:01 +0000

Your message dated Fri, 09 Dec 2022 10:36:28 +0800
with message-id <87zgbxi9qr.fsf@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@gnu.org.)


-- 
59898: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59898
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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@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




--- End Message ---
--- Begin Message --- Subject: Re: bug#59898: [PATCH] gnu: nethack: Fix missing command line argument support in wrapper. Date: Fri, 09 Dec 2022 10:36:28 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
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!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]