From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55139) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j2bCN-0000Tg-7V for guix-patches@gnu.org; Fri, 14 Feb 2020 08:40:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j2bCM-0001oT-6s for guix-patches@gnu.org; Fri, 14 Feb 2020 08:40:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55025) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j2bCM-0001nI-2d for guix-patches@gnu.org; Fri, 14 Feb 2020 08:40:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j2bCL-0008Az-Vp for guix-patches@gnu.org; Fri, 14 Feb 2020 08:40:01 -0500 Subject: [bug#39599] [PATCH 1/2] build-system: Add copy-build-system. Resent-Message-ID: From: Giovanni Biscuolo In-Reply-To: <20200214125357.5262-1-mail@ambrevar.xyz> References: <20200214125144.4185-1-mail@ambrevar.xyz> <20200214125357.5262-1-mail@ambrevar.xyz> Date: Fri, 14 Feb 2020 14:39:10 +0100 Message-ID: <87sgjd9tkx.fsf@roquette.mug.biscuolo.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pierre Neidhardt , 39599@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Pierre Neidhardt writes: [...] > diff --git a/doc/guix.texi b/doc/guix.texi > index 42d7cfa2e8..d1ec214674 100644 > --- a/doc/guix.texi > +++ b/doc/guix.texi > @@ -6159,6 +6159,63 @@ parameters available to cargo. It will also remov= e an included > if they are defined by the crate. > @end defvr >=20=20 > + > +@defvr {Scheme Variable} copy-build-system > +@cindex (copy build system) > +This variable is exported by @code{(guix build-system copy)}. It > +supports builds of simple packages that don't require much compiling, > +mostly just moving files around. > + > +It adds much of the @code{gnu-build-system} packages to the set of > +inputs. Because of this, the @code{copy-build-system} does not require > +all the boilerplate code often implied by the > +@code{trivial-build-system}. > + > +To further simplify the file installation process, an > +@code{#:install-plan} argument is exposed to let the packaer specify s/packaer/packager [...] Thanks! Gio' =2D-=20 Giovanni Biscuolo Xelera IT Infrastructures --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEERcxjuFJYydVfNLI5030Op87MORIFAl5Gov4ACgkQ030Op87M ORKkBhAA1UrX52H5kKX9EYlMpo7bpqdrEWNFLTJ95zSI0IugpnscWoarA6Jysr1k fG+kbGdXLVVmd23pBb1aEVqe6W9RM1lHqY99D7FIRLuqUukp28PkRN09OXkd/pY3 j7o+iTqj2RoFIfk3vIUoTZ5LQuAnzmmYP32Tmh43aTctecrXHtzKJrCOd+/MfqtQ /Q6hCIMvjliQuJACveqK5xJQoVMozlV6OThIIRsY3mU2T7d4R/kaplDHTXneeEN9 BxhBuFA+xyEmymq+lk7kY299Au0sXviOUc8togSiB5kNkjChK5z3kSNswz7rSK9G 57VJ5QXgHFO03ieVqyfRPFkHKgzlDNvDI4w6Jn8FjXh5Cr0VBm89+LGR7JsSrL3P MIgQPtLO0GP2VyAciBo17kf6xp0wiQZy4lAEnMqR4CJ5HSU9/V7BRWiipv4eErf+ s0bN5kcX+LNCvZc2Vyu9PzCyJITFjbbQor/axexl0IMs+ccbqtluayU6rqGbcIxq 4RAld7ldcP2Jg6TyclWmSRtWAxSjOfdF//i179gC2/WMOrMAo9ysu9WW6NaPbBeW HPIZN04sA7XYwQPJo7tD7GKP49fw3mqND6SIKtdoiFn4q5dAKwuRNXV7/FtKetDS xFR+9cAq16Fc7YuQXV7SxLKblJyhuDLZpojh8GvAXymjR0dqGmE= =Po2V -----END PGP SIGNATURE----- --=-=-=--