From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 10 09:21:22 2020 Received: (at 43249) by debbugs.gnu.org; 10 Sep 2020 13:21:22 +0000 Received: from localhost ([127.0.0.1]:37677 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kGMVt-0006lH-Qn for submit@debbugs.gnu.org; Thu, 10 Sep 2020 09:21:21 -0400 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21111) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kGMVs-0006l9-7Q for 43249@debbugs.gnu.org; Thu, 10 Sep 2020 09:21:20 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1599744066; cv=none; d=zohomail.com; s=zohoarc; b=YEpx9jxR99kzXDVrKB6kOxoGURuXePpY5Z7Yn3bSE6/eAZ6oqt3X+ZAgxAOBO8OMqc1EjN25ZbG7tWUwTD25QVbdogXH2Yf7IEK6Fdo2xqhiiG0uBz3HLZ1gmWrrRMKjJc1pfrARwi1d87lpQBzJBXr3sUj60wikx5Z6hsTE/40= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1599744066; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=i9BFjRm9zoXaVw+KhjhMQWEj1dKiw2XPQkutgpyMqqk=; b=MXi/8mzUdWJG41zzbAuhxCPjfwuRoN/x8t+IBn2TC1wiVdFyDp9HN3uRi0zsUH6IOXpH2Fvt564vFf3ROeayBHAe/5BhkW6EQRhivcchNqbEX2k42AM/buKX+RgSrOGKP1PpS7n6HAB1fCWRNT+13WKjngqY5XGU7q7J2UhKNWE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1599744065; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type; bh=i9BFjRm9zoXaVw+KhjhMQWEj1dKiw2XPQkutgpyMqqk=; b=bVoBdMIQdlKR4obMCj90hX6NkmcDUgC55w06nQl8RIMtahwKHpqcbBitKPPqHdrM gaOncrvZyCW31NQcRCK8Vm8NR+Ns/+iXA4Xf7fxMG2Qgwb8PFycedsT14Io1VQy7B3a PDy4MdULInT8mgIAZV1ajXWEVb9JTNxNhWcSgOTQ= Received: from localhost (p54ad4af6.dip0.t-ipconnect.de [84.173.74.246]) by mx.zohomail.com with SMTPS id 1599744063978689.0153058032444; Thu, 10 Sep 2020 06:21:03 -0700 (PDT) References: <87d02wca8d.fsf@elephly.net> <330470a6-e6d2-e679-32ac-a308d89a5e92@brendan.scot> User-agent: mu4e 1.4.13; emacs 27.1 From: Ricardo Wurmus To: Brendan Tildesley Subject: Re: [bug#43249] In-reply-to: <330470a6-e6d2-e679-32ac-a308d89a5e92@brendan.scot> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Thu, 10 Sep 2020 15:22:17 +0200 Message-ID: <87tuw54vhy.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 43249 Cc: Prafulla Giri , 43249@debbugs.gnu.org, guix-patches@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 (-) Brendan Tildesley writes: > I guess then we should patch wrap-program to add > > (when (wrapper? prog) > (error (string-append prog " is a wrapper. Refusing to wrap."))) Should it really refuse to wrap or *add* its variables to the existing wrapper? -- Ricardo