From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id mNJbOQy5g2ZbWAAAqHPOHw:P1 (envelope-from ) for ; Tue, 02 Jul 2024 08:23:41 +0000 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id mNJbOQy5g2ZbWAAAqHPOHw (envelope-from ) for ; Tue, 02 Jul 2024 10:23:41 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=trop.in header.s=key1 header.b=YPy2Tgar; dmarc=pass (policy=none) header.from=gnu.org; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1719908620; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=0HTMFCIkENSKqNHWp/PXYpybDycQHHsktJq4PHLw2+M=; b=qTxl4LgXYyFU0qUFSPKREwcfNcE2NVabYKwvKgACpDzO+V03kwxVxJ+wMr+qLsOmHjVVVq 1lo95vdSLZLsRnwESNIe53n6rjV8+IRKM4uqTEhlwgDSGARO+r1Hq/KB2+3jj0AIHhY0b6 ib376wV2XnEqZYUQ2Jys/MsdmkTm1JYWCr6a7W4TXSzUh820FonkWghpCLXcNul49ImTxA qsenh9yglYbNBBKvDUtuqLfftAXfO3rJ2Tf4TcRogMJmD5sqsUmGIpNQkvcTm4wWMkya0j HPBiRoSg34uwIu9olFBuFpnAhbq4BYln2v58vkbmWN81sFe7QWsIFbfiFw+FbQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1719908620; a=rsa-sha256; cv=none; b=QKCSjh/+Y/n5Po9fbtmLncUsVS7lAu4qYnxEeAW5snbohkWtL1k8pG4CLb8vUs35UESP2Z pP5rPxpSHIYAexCj1y5qrcnVNiI7UcRdhN/pq8DPoKewbt7FqFMts0bOvY6NBIbpjp1hYU K300GSUnJAq/1ZTyEeEvuGONOpIrXU7gdBOczYU11uKWZSfcxku6gF/agxVlw+wIFQNdLA y6stXb9hFPQnc1+77SgR5osEuZ/PwKE68lXzBDlCCYk4wyT02IxMT7i/IF6tm73o3B+XIY 1Vus9/snPz6ML76KQob23oBnX9PO1Zrtis8CF5JLwZh3fYWwSgV9TX10Jpy71w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=trop.in header.s=key1 header.b=YPy2Tgar; dmarc=pass (policy=none) header.from=gnu.org; 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" 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 91A2967636 for ; Tue, 2 Jul 2024 10:23:40 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sOYn9-0000Mu-6g; Tue, 02 Jul 2024 04:23:11 -0400 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 1sOYmz-0000K2-Mi for guix-patches@gnu.org; Tue, 02 Jul 2024 04:23:03 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sOYmz-000895-B1 for guix-patches@gnu.org; Tue, 02 Jul 2024 04:23:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sOYmz-00018g-Tx for guix-patches@gnu.org; Tue, 02 Jul 2024 04:23:01 -0400 Subject: bug#71707: [PATCH v4 01/15] gnu: elixir: Fix mix substitute. Resent-From: Andrew Tropin Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 02 Jul 2024 08:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 71707 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Igor Goryachev , 71707-done@debbugs.gnu.org Cc: Igor Goryachev Mail-Followup-To: 71707@debbugs.gnu.org, andrew@trop.in, igor@goryachev.org Received: via spool by 71707-done@debbugs.gnu.org id=D71707.17199085584344 (code D ref 71707); Tue, 02 Jul 2024 08:23:01 +0000 Received: (at 71707-done) by debbugs.gnu.org; 2 Jul 2024 08:22:38 +0000 Received: from localhost ([127.0.0.1]:35862 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sOYmc-000180-Bn for submit@debbugs.gnu.org; Tue, 02 Jul 2024 04:22:38 -0400 Received: from out-176.mta0.migadu.com ([91.218.175.176]:41623) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sOYmZ-00017g-JG for 71707-done@debbugs.gnu.org; Tue, 02 Jul 2024 04:22:37 -0400 X-Envelope-To: igor@goryachev.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=key1; t=1719908547; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=0HTMFCIkENSKqNHWp/PXYpybDycQHHsktJq4PHLw2+M=; b=YPy2Tgar1yU4Th57pB3Q3jacUD/w9XH37Jqwq5UyLgtHrxyyyrucEIuBTvkkGGxpQ2D4Zm oD6suZTwpeaztFyLRPxbzONVS4IW2V8t8/NNkp5XY17jTXoqtH+73i8cpXPvRlo4jnvT/z vIuwfL4GNGqkZxb7ZpOKq5/W3C0G9yrccAJzxo1Co+zWWtYMYk/VFViCdQFJ2ucdJIrs/n 5H5fDF3ql9phx8raPBjbY5R7Dcy9ocKXARnwh70FCtoqUnVMLDUnqA/VCkrbz9C4yfIEaV iHhmeuLvKy618URLBxWhA/XiIfhPLd/+o6f/EckMTvJsSklcheqq/pupPdhYhA== X-Envelope-To: 71707-done@debbugs.gnu.org X-Envelope-To: igor@goryachev.org X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. In-Reply-To: References: Date: Tue, 02 Jul 2024 12:22:22 +0400 Message-ID: <87a5j0i4ox.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: Andrew Tropin X-ACL-Warn: , Andrew Tropin via Guix-patches From: Andrew Tropin via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: 91A2967636 X-Migadu-Scanner: mx12.migadu.com X-Migadu-Spam-Score: -8.48 X-Spam-Score: -8.48 X-TUID: kjfCOA8HCZ60 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On 2024-07-02 09:55, Igor Goryachev wrote: > * gnu/packages/elixir.scm (elixir): Fix mix substitute. > > Change-Id: I02d5849409dfbc624fcbe76b0a06b88e2ff8f4f2 > --- > gnu/packages/elixir.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/elixir.scm b/gnu/packages/elixir.scm > index e3051a8275..ace067aa47 100644 > --- a/gnu/packages/elixir.scm > +++ b/gnu/packages/elixir.scm > @@ -136,7 +136,7 @@ (define-public elixir > ;; program, for example `iex -S mix`, so we should not= wrap > ;; mix into shell script. > (substitute* (string-append out "/bin/mix") > - (("Mix.start\\(\\)") > + (("Mix.CLI.main\\(\\)") > (format #f "\ > ~~w[GUIX_ELIXIR_LIBS ERL_LIBS] > |> Enum.map(&System.get_env/1) > @@ -144,7 +144,7 @@ (define-public elixir > |> Enum.join(\":\") > |> case do \"\" -> :ok; erl_libs -> System.put_env(\"ERL_LIBS\", erl_lib= s) end > System.put_env(\"MIX_REBAR3\", System.get_env(\"MIX_REBAR3\", \"~a\")) > -Mix.start()" > +Mix.CLI.main()" > (search-input-file inputs "/bin/rebar3")))) > (for-each > (lambda (program) > > base-commit: 0f51ddd8dba6b69115d07f4a77ba70abb6521293 Hi Igor, Thank you for the fixes and updates, applied, pushed as https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3Db3c8285127 =2D-=20 Best regards, Andrew Tropin --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmaDuL4ACgkQIgjSCVjB 3rBDOA/8D1MC2Vk7Wudn8KqhB5AeQDJdijUOhA4X9efbiP8AGMvq7zsNesyTMJt9 z3W5K4ONuR9OJ50HxTOqacO8yFtaYWQPw+pvNRWcsG5olBDHJFW8Ecd4kDhw3bTg 21yv2qH59hU8B87+UqD83YQPA3xQpml+lkHeqghqVTbBokq690r3IE26GCv7eFuo tkiMGKODNuyq0Vb6bUGpKm+1SgtJLn6WI68pdNfp1OH7e6XVQ3tZB+Q9D7/H5LJ6 nlcwYxkQjUr657zDmV/I+g/ST4w8LZc9f0i/XtII0bG19iQ3pwwGh4flmWfvz2bE KBke516zsQrAiDXSlOnio0VpOphLnmrghj7e41zVLZVWiPxykuCckn5wGqKAJqRp pxYdqa6IEDECNEKLOGPo4nGHwHNrYZmiF4Gj5AAoyVyYhAZzRnX9foOGtVX0j7+5 kXxSSrseGENt+e0XYEqWlBfR9uHrVo8lR96yuStfV5+hthQKE71ARNlFHmZw5/vg QgmBByOP2cTLU+qoeGvebx4st4t8CmvNaVpLICfmCBXer9Jo+QU3BZ3aN+7Jjx3z 4HxdGWnaGcT/T5lIDErSz0oFKo5tgEVe3rMT3gjjfhwFlCnSwG+8w9OYCGWT/tOT FbyHn9Hkpox8OeEOeBkN/skUXfMTw2Tg5qOgBrwhC2FVfVNFYns= =8zLX -----END PGP SIGNATURE----- --=-=-=--