From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id UBGTJAiJ/V53OQAA0tVLHw (envelope-from ) for ; Thu, 02 Jul 2020 07:13:12 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id Lir7HwiJ/V7yJwAAbx9fmQ (envelope-from ) for ; Thu, 02 Jul 2020 07:13:12 +0000 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 D03D99400C1 for ; Thu, 2 Jul 2020 07:13:11 +0000 (UTC) Received: from localhost ([::1]:38256 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jqtPB-0004ff-Jp for larch@yhetil.org; Thu, 02 Jul 2020 03:13:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40478) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jqtP4-0004fL-QF for bug-guix@gnu.org; Thu, 02 Jul 2020 03:13:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42680) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jqtP4-0003z7-Gw for bug-guix@gnu.org; Thu, 02 Jul 2020 03:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jqtP4-0004C0-C8 for bug-guix@gnu.org; Thu, 02 Jul 2020 03:13:02 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#42155: --with-source=PACKAGE=REPLACEMENT-SOURCE doesn't work recursively Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 02 Jul 2020 07:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42155 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: pkill9 Received: via spool by 42155-submit@debbugs.gnu.org id=B42155.159367397516101 (code B ref 42155); Thu, 02 Jul 2020 07:13:02 +0000 Received: (at 42155) by debbugs.gnu.org; 2 Jul 2020 07:12:55 +0000 Received: from localhost ([127.0.0.1]:54226 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jqtOw-0004Bd-Mm for submit@debbugs.gnu.org; Thu, 02 Jul 2020 03:12:54 -0400 Received: from flashner.co.il ([178.62.234.194]:49528) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jqtOs-0004BK-UG for 42155@debbugs.gnu.org; Thu, 02 Jul 2020 03:12:52 -0400 Received: from localhost (unknown [31.210.181.184]) by flashner.co.il (Postfix) with ESMTPSA id 7C2FC401AB; Thu, 2 Jul 2020 07:12:44 +0000 (UTC) Date: Thu, 2 Jul 2020 10:12:06 +0300 From: Efraim Flashner Message-ID: <20200702071206.GD6387@E5400> References: <20200701175331.551aa401@runbox.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="RhUH2Ysw6aD5utA4" Content-Disposition: inline In-Reply-To: <20200701175331.551aa401@runbox.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 42155@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Spam-Score: -2.61 X-TUID: NBuW+a36idff --RhUH2Ysw6aD5utA4 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 01, 2020 at 05:53:31PM +0100, pkill9 wrote: > For example, `guix build --with-source=3Dyoutube-dl=3Dblahblah mpv` builds > mpv normally, after giving a message: guix build: warning: > transformation 'with-source' had no effect on mpv@0.32.0 >=20 =46rom 'guix build --help:' --with-source=3DSOURCE use SOURCE when building the corresponding package --with-input=3DPACKAGE=3DREPLACEMENT replace dependency PACKAGE by REPLACEMENT I think what you're looking for is more of: guix build --no-grafts mpv --with-input=3Dyoutube-dl=3D$(guix build --no-gr= afts youtube-dl --with-source=3Dhttps://github.com/ytdl-org/youtube-dl/rele= ases/download/2020.06.16/youtube-dl-2020.06.16.tar.gz) This didn't work for me though, I got: guix build: error: /gnu/store/9ncacjhzwlchpr1y5fd8ahdq59dsya20-youtube-dl-2= 020.06.16: unknown package --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --RhUH2Ysw6aD5utA4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl79iMMACgkQQarn3Mo9 g1F6sg/+JIfRbPo+7eZXrRQbKtanpu7UgmKp78lhX9K5t1RUICabpEU+yHumxQCo m/i8cBXz6lGwX5VDzlkMB8JgJ8LKE7MNjTBW+ueSfCHfvYJvhaPtR5xUfy+o8vK7 YcmLtrDb4Y191fcnPOjESTAHc0FD5a2f/fWk5Ym+yhCIcTZiOBAumVgOXhrwcXi9 18jl5OSvUb0+iyjqXT1lVI+WPsLnTSNqVQ1XQiUZqRvP+CjPUx39pYU5VtNMSsT+ N//gHtSscAw9B0O178PofvQHFDXHb5vBY2MTJVrh+XlcsL6Ah9sf+UjD2PdQN4gH L/4422Y2hfuUsk3iuE3aZZyEgVMzoj+W60uifYkSYE8RZ8TAkcMP39rlmnMvhl+c W0+HPF/uCaJdRpdfDWMfSdf0I+uwbmmxP8n1U0G+p9VWF+VScMyxiZtA8o3cBlRf Fm2RGdnO93tREpRhoyVmDh9huvr9n/Fglwsob2lxnn6PtO9IQ644z6cUyTnJq4lk uTBiRl/P4m77o7Fwirb3Hf8B9WdCYDUGDjODffg9ysVvSayrlMEP4+oWFLL5lu2o U7xi0M6y9WyunC9tG53y0NDWX/lQSkDi2Xkl01s0RnNdjZOjusaS99Aa6dGBsiMo RdJs7CaaSD5LmFLuxMrTG1XXLPM8rRLydnNiuy3m55UI3kIeTSc= =NmbF -----END PGP SIGNATURE----- --RhUH2Ysw6aD5utA4--