From unknown Thu Aug 14 07:45:01 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#59898 <59898@debbugs.gnu.org> To: bug#59898 <59898@debbugs.gnu.org> Subject: Status: [PATCH] gnu: nethack: Fix missing command line argument support in wrapper. Reply-To: bug#59898 <59898@debbugs.gnu.org> Date: Thu, 14 Aug 2025 14:45:01 +0000 retitle 59898 [PATCH] gnu: nethack: Fix missing command line argument suppo= rt in wrapper. reassign 59898 guix-patches submitter 59898 Ron Nazarov severity 59898 normal tag 59898 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 08 04:50:57 2022 Received: (at submit) by debbugs.gnu.org; 8 Dec 2022 09:50:57 +0000 Received: from localhost ([127.0.0.1]:55663 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3DYN-0007yU-Tq for submit@debbugs.gnu.org; Thu, 08 Dec 2022 04:50:57 -0500 Received: from lists.gnu.org ([209.51.188.17]:45554) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p2zJk-0008DT-75 for submit@debbugs.gnu.org; Wed, 07 Dec 2022 13:38:53 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p2zJj-0007j2-AI for guix-patches@gnu.org; Wed, 07 Dec 2022 13:38:51 -0500 Received: from mail.noisytoot.org ([198.244.238.61]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p2zJh-0006qo-NC for guix-patches@gnu.org; Wed, 07 Dec 2022 13:38:51 -0500 X-Spam: yes X-Spam-Score: 6 / 15 X-Spam-Status: Yes, score=6.000 required=15.000 tests=[ARC_NA=0.000, ASN=0.000, FROM_EQ_ENVFROM=0.000 FROM_HAS_DN=0.000, MID_CONTAINS_FROM=1.000, MIME_GOOD=-0.100 MIME_TRACE=0.000, RCPT_COUNT_TWO=0.000, RCVD_COUNT_TWO=0.000 RCVD_NO_TLS_LAST=0.100, RCVD_VIA_SMTP_AUTH=0.000, SPAM_FLAG=5.000 TO_DN_SOME=0.000, TO_MATCH_ENVRCPT_ALL=0.000] Received: by mail.noisytoot.org (OpenSMTPD) with ESMTPSA id 8d944214 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 7 Dec 2022 18:38:41 +0000 (UTC) From: Ron Nazarov To: guix-patches@gnu.org Subject: [PATCH] gnu: nethack: Fix missing command line argument support in wrapper. Date: Wed, 7 Dec 2022 18:37:50 +0000 Message-Id: <20221207183750.6193-1-ron@noisytoot.org> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.244.238.61; envelope-from=ron@noisytoot.org; helo=mail.noisytoot.org X-Spam_score_int: 0 X-Spam_score: -0.1 X-Spam_bar: / X-Spam_report: (-0.1 / 5.0 requ) BAYES_00=-1.9, DKIM_ADSP_DISCARD=1.8, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 08 Dec 2022 04:50:53 -0500 Cc: Ron Nazarov X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * 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 ;;; Copyright © 2021, 2022 Felix Gruber ;;; Copyright © 2021 Solene Rapenne -;;; Copyright © 2021 Noisytoot +;;; Copyright © 2021, 2022 Noisytoot ;;; Copyright © 2021 Petr Hodina ;;; Copyright © 2021, 2022 Brendan Tildesley ;;; Copyright © 2021 Christopher Baines @@ -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 From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 08 21:36:07 2022 Received: (at 59898-done) by debbugs.gnu.org; 9 Dec 2022 02:36:07 +0000 Received: from localhost ([127.0.0.1]:60584 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3TF8-0000Zp-Qf for submit@debbugs.gnu.org; Thu, 08 Dec 2022 21:36:07 -0500 Received: from mail.envs.net ([5.199.136.28]:55172) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3TF3-0000ZS-0A for 59898-done@debbugs.gnu.org; Thu, 08 Dec 2022 21:36:05 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id ABD5038A233B; Fri, 9 Dec 2022 02:35:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1670553359; bh=+DLojTy7KAWzW/rNebNeJfFcpQXnBSxSV2sWZ9Txdr4=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=dWSdPipRntLaP7MCD47KRJ/JpwTzQkOuXkLMuDtWebDyVRp7ysKAD7whS/D98zknF SvBDQxP63lAzl8GuTKtTvVMKJifVBfOCe4gUefVcMs53rgbb1sdLy/7udwXRWoTxhn bpy4zAWeMCvolrHENmU3J5/p39HCZVdFd4ABwCtyB3VwSenUoxcSkCn6Ky8+tBBglF rPSr/2z24mkg82hNNKoX13FDiDedS1iTYogPJv6YKg+4zyoVFJbbDG8czRkhO4jOM5 bbhItUf2DtffWa3SIzrL6hWffnu5DMdvEqVRHw69B0sQXSsTun3gWgJ3syBHSldx/K 8nrJAU2rFJrze23/1JuqOxtlO0P6sP16CEG9k9fGg0JnRl3ttemXRtO8PASN/j82Yc YkXmtRNF4obBJRWG24Jwusehmx91X4IDqe5bmR9J0oP6iNBHyCGaenGmjxGifJrT5b TnaDRvOfegMRXnobioRB0QbAHA312aka54r2rLMHFMabECqXPzVT+kQFLAir54ZUtf MuR7RDYkAyF9D1iwo7BrVCTmIaeJm53/Kg7bUYoY4hmyIzmY49lVC2Q21/JfElE9EL UIcLxJNVeORbL4ybp3cK8iV6HduWsvSaVdJROhUsxiL+WkWslDO0ToMyMLTrZLU6aa h9bVgKp+Gx1NySEJOf5NKp+M= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id DKaKxqaxEt9G; Fri, 9 Dec 2022 02:35:55 +0000 (UTC) Received: from localhost (unknown [182.150.116.135]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Fri, 9 Dec 2022 02:35:55 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 2ff55b2e; Fri, 9 Dec 2022 02:36:28 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Ron Nazarov Subject: Re: bug#59898: [PATCH] gnu: nethack: Fix missing command line argument support in wrapper. References: <20221207183750.6193-1-ron@noisytoot.org> Date: Fri, 09 Dec 2022 10:36:28 +0800 In-Reply-To: <20221207183750.6193-1-ron@noisytoot.org> (Ron Nazarov's message of "Wed, 7 Dec 2022 18:37:50 +0000") Message-ID: <87zgbxi9qr.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 59898-done Cc: 59898-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Ron Nazarov writes: > * gnu/packages/games.scm (nethack): Fix missing command line argument support in wrapper. Applied with small modification of commit message, thank you! From unknown Thu Aug 14 07:45:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 06 Jan 2023 12:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator