This is an automated email from the git hooks/post-receive script. iyzsong pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 426af37387 gnu: nethack: Fix missing command line arguments support in wrapper. 426af37387 is described below commit 426af373879afe459fb4d8d3b0cc5dc93ead5f59 Author: Ron Nazarov <r...@noisytoot.org> AuthorDate: Wed Dec 7 18:37:50 2022 +0000 gnu: nethack: Fix missing command line arguments support in wrapper. * gnu/packages/games.scm (nethack)[phases]: Pass "$@" to nethack. Signed-off-by: 宋文武 <iyzs...@member.fsf.org> --- 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 e814b1101e..d8c5a34a41 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -63,7 +63,7 @@ ;;; Copyright © 2021 David Pflug <da...@pflug.io> ;;; Copyright © 2021, 2022 Felix Gruber <fel...@posteo.net> ;;; Copyright © 2021 Solene Rapenne <sol...@perso.pw> -;;; Copyright © 2021 Noisytoot <noisyt...@disroot.org> +;;; Copyright © 2021, 2022 Noisytoot <r...@noisytoot.org> ;;; Copyright © 2021 Petr Hodina <phod...@protonmail.com> ;;; Copyright © 2021, 2022 Brendan Tildesley <m...@brendan.scot> ;;; Copyright © 2021 Christopher Baines <m...@cbaines.net> @@ -2086,7 +2086,7 @@ done 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