From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id UPOYD5+j+WGy+wAAgWs5BA (envelope-from ) for ; Tue, 01 Feb 2022 22:18:23 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id +ABUCJ+j+WFZtQAAG6o9tA (envelope-from ) for ; Tue, 01 Feb 2022 22:18:23 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 805C7112B8 for ; Tue, 1 Feb 2022 22:18:22 +0100 (CET) Received: from localhost ([::1]:36958 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nF0Xd-000375-Hq for larch@yhetil.org; Tue, 01 Feb 2022 16:18:21 -0500 Received: from eggs.gnu.org ([209.51.188.92]:47062) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nExxe-0004r5-V4 for guix-patches@gnu.org; Tue, 01 Feb 2022 13:33:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51156) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nExxe-0002KJ-Lz for guix-patches@gnu.org; Tue, 01 Feb 2022 13:33:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nExxe-0007OJ-9z for guix-patches@gnu.org; Tue, 01 Feb 2022 13:33:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53707] [PATCH] Fix bad substitution in Elixir recipe Resent-From: Cees de Groot Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 01 Feb 2022 18:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53707 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53707@debbugs.gnu.org X-Debbugs-Original-To: "guix-patches@gnu.org" Received: via spool by submit@debbugs.gnu.org id=B.164374036028374 (code B ref -1); Tue, 01 Feb 2022 18:33:02 +0000 Received: (at submit) by debbugs.gnu.org; 1 Feb 2022 18:32:40 +0000 Received: from localhost ([127.0.0.1]:44059 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nExxH-0007Na-Pe for submit@debbugs.gnu.org; Tue, 01 Feb 2022 13:32:39 -0500 Received: from lists.gnu.org ([209.51.188.17]:44926) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nExxF-0007NS-JO for submit@debbugs.gnu.org; Tue, 01 Feb 2022 13:32:37 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46930) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nExx9-0004ai-Qt for guix-patches@gnu.org; Tue, 01 Feb 2022 13:32:37 -0500 Received: from mail-40136.proton.ch ([185.70.40.136]:15392) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nExx6-0002Gf-HM for guix-patches@gnu.org; Tue, 01 Feb 2022 13:32:31 -0500 Date: Tue, 01 Feb 2022 18:32:09 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=evrl.com; s=protonmail3; t=1643740331; bh=YeOTQPV1/aQITgt8eiab+27pBQd2lp5ntfg/Dq6wqlc=; h=Date:To:From:Reply-To:Subject:Message-ID:From:To:Cc; b=gW4ZPszvD4D/Q7yR5vF4yiBrzLnS3UClPMG0GmZlqG+3ox9JwPpWPJgLl+54DZ+4x EkzaD0+0UJFXphrMhrnpXgGayRmRfLa9JL4PwLmaB/yiE2J6PxwOMSU7HeWGkJjELV DaMHge5CrYE6aj0K9lULooU8UWjJy9wyEC684bHzHLnHbRwJCgtoxZvpX45oCPTmNN mmJJm0+KoWvuy0LF14x7sZ6EqxTW/fWde14uqQ0COVNvpKvdPuZeGrMk2wZ1vEZHwO oKVrnX6IXk1Qc4ZlktgThwRjWcEMkk5gg6Jr3fZiQvvdI1v6iJTtMI1Yk7WNFTcisW yF4ixkSeDy2NQ== From: Cees de Groot Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.136; envelope-from=cg@evrl.com; helo=mail-40136.proton.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Cees de Groot Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1643750302; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=YeOTQPV1/aQITgt8eiab+27pBQd2lp5ntfg/Dq6wqlc=; b=C6XXAcWP5OV4WFtOBcBP+9PspobXHO6MW1iIqVsRLZ+74Z2A58IvVolRYu9qYK/ZIgMYx2 mepeBXG6PVBTKfFt8LQnAtXA0eB2vrlNSJCUF3KE9YlIV9AYxxUYFMk9fOOheqiHxNVsUY XVF0MLyMPb0hc1c2HH0EBbrLh5b5tg7Si2BEl1QTvEbvQm5CG2052ney09etRXiENTX9tY AoKiG5L+ihNCQq0FM7Cox8hw+L+Bph0/A1IU/VtJxA1BFLvCzIcEtXipPjViYIa2pLjR2R 8i/7SUnW9NJvf/uQlrWv5Avwk9NoStlEi4knl88EFMfHA1BG0Oge6QbevZuvkQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1643750302; a=rsa-sha256; cv=none; b=mPH1wZHSEHl9QfRPb/WwBETimE0Gz0Th6L8ADc/ZvzZ5LigPHQK9HhyVV64NkKseRDAlYh V7HnYbo1OeKhpTvFCsYP9TLfDZ24ajzv3Xw7i+EgCTdWAZTGFsH1RWQPbqyiMi8kEf6wcE Jy7FPPUmjWQjMNnNyGnSx0Mg7mU+wHOw3IZwspb6uvdr2Kc9eLsa19CVBlPoXdmAWpX/7w IRAyB8T5TZxvBdOxLp24MLMWUH6c3xU9KSEXnkVJBCAP9cNIMtnfb396CyEfn7gn/OMxIa QdUMRVgVcdjxi+CmTtDvAn0HI24RZneKH8UIe+zyO8MZAHREloSumeNP952oBg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=evrl.com header.s=protonmail3 header.b=gW4ZPszv; dmarc=fail reason="SPF not aligned (relaxed)" header.from=evrl.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.23 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=evrl.com header.s=protonmail3 header.b=gW4ZPszv; dmarc=fail reason="SPF not aligned (relaxed)" header.from=evrl.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 805C7112B8 X-Spam-Score: -2.23 X-Migadu-Scanner: scn1.migadu.com X-TUID: 497RJobU4wM1 >From d8148d5bb2d17f96c1a8034b1854f2b9f890e37a Mon Sep 17 00:00:00 2001 From: Cees de Groot Date: Tue, 1 Feb 2022 13:29:33 -0500 Subject: [PATCH] Fix /bin/sh replacement for Elixir I have no clue where this went wrong, but substituting "sh" instead of "/bi= n/sh" was bound to fail. Maybe something upstream changed? In any case, thi= s should be more correct. --- gnu/packages/elixir.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm index 3fb74a56a5..fae8279e5c 100644 --- a/gnu/packages/elixir.scm +++ b/gnu/packages/elixir.scm @@ -68,7 +68,7 @@ (define-public elixir (substitute* '("lib/mix/lib/mix/release.ex" "lib/mix/lib/mix/tasks/release.init.ex") (("#!/bin/sh") - (string-append "#!" (search-input-file inputs "sh")))) + (string-append "#!" (search-input-file inputs "/bin/sh"))= )) (substitute* "bin/elixir" (("^ERTS_BIN=3D$") (string-append -- 2.34.0