From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id UAS7NqPmtl+oCQAA0tVLHw (envelope-from ) for ; Thu, 19 Nov 2020 21:41:55 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id OEeKMqPmtl8SSwAA1q6Kng (envelope-from ) for ; Thu, 19 Nov 2020 21:41:55 +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 0CC3E9402D6 for ; Thu, 19 Nov 2020 21:41:55 +0000 (UTC) Received: from localhost ([::1]:41066 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kfrgg-0007k7-1v for larch@yhetil.org; Thu, 19 Nov 2020 16:41:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48770) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kfrgR-0007jn-Nf for help-guix@gnu.org; Thu, 19 Nov 2020 16:41:39 -0500 Received: from tobias.gr ([2a02:c205:2020:6054::1]:53490) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kfrgP-00078s-MG for help-guix@gnu.org; Thu, 19 Nov 2020 16:41:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=HWmV28bGhWCe95qpdgV3rEhxLf9jhQrlyfpTrIYLkl0=; h=date:in-reply-to: references:subject:cc:to:from; b=NZ2ZnzXjAuSZGgQkKQPnegwD5cW6bbDQJbbpd 3zCxR77Hd4JSOFIz4R1JPVXs4FRBl++aJcg7p/PLusvG99DgEOoBpB5RUVsux3B6nBYV5o LKmhlLMbproLhCcdlh1Ih2IYydIqkXjYS+Ifv1ACbR0ShZOqcjuk/HNtUM6f+IFgKuvp/N wqCbut13cMVmPYQYXgvw1ZbpB5K4Nn6S6JrJbeo4OxX+ltX86Fl+9pcDl2QEicYJfl/ota eSmJm7i1nxqiF3ayitst/yye3kOqEhv2AtFNIziONyDmzxZ0s0IY36/2r4oUI6n4XA8Xp1 n8lX6O+VPMUEVXw9FszUrLYJw== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 8d4775cf (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Thu, 19 Nov 2020 21:41:37 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: Stephen Scheck Cc: help-guix@gnu.org Subject: Re: Unaltered Git source References: In-reply-to: Date: Thu, 19 Nov 2020 22:41:24 +0100 Message-ID: <87h7plvxbv.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr 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_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=tobias.gr header.s=2018 header.b=NZ2ZnzXj; dmarc=pass (policy=reject) header.from=tobias.gr; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -3.31 X-TUID: 7S9P2cRAu/4n --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Stephen, Stephen Scheck =E5=86=99=E9=81=93=EF=BC=9A > Is there a way to retrieve the unaltered source of a Git project=20 > in a > `(package ...)` definition? I'm using `%build-inputs` to=20 > retrieve the > source, but this is a directory in /gnu/store, and all of the=20 > file > permissions are changed to read-only (0400), which unfortunately=20 > causes > problems with the project's build. Try adding a phase like this[0] one. It's usually sufficient. Kind regards, T G-R [0]:=20 https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/xml.scm#n2022 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX7bmhA0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15Y0UA/2ckgkN4mcSEy9Of4Bp8JnlGjIxW+eLgIshrXvSg ywSYAQD7RkQEhy0Q9zMjZH5UGAuk/+o2GMh8F2A3KRZ7fG5zCg== =I4VH -----END PGP SIGNATURE----- --=-=-=--