From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d2JZR-0000dp-9S for guix-patches@gnu.org; Sun, 23 Apr 2017 11:37:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d2JZO-0003jg-63 for guix-patches@gnu.org; Sun, 23 Apr 2017 11:37:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38418) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d2JZO-0003jc-1T for guix-patches@gnu.org; Sun, 23 Apr 2017 11:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d2JZN-0004U0-PL for guix-patches@gnu.org; Sun, 23 Apr 2017 11:37:01 -0400 Subject: bug#26617: [PATCH] gnu: Add gnustep-make. Resent-Message-ID: From: Kei Kebreau References: <20170423003805.32488-1-kei@openmailbox.org> <20170423004817.GE10153@jasmine> Date: Sun, 23 Apr 2017 11:36:29 -0400 In-Reply-To: <20170423004817.GE10153@jasmine> (Leo Famulari's message of "Sat, 22 Apr 2017 20:48:17 -0400") Message-ID: <87zif7jfuq.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; 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: Leo Famulari Cc: 26617@debbugs.gnu.org --=-=-= Content-Type: text/plain Leo Famulari writes: > On Sat, Apr 22, 2017 at 08:38:05PM -0400, Kei Kebreau wrote: >> * gnu/packages/gnustep.scm (gnustep-make): New variable. > > Cool! > >> --- a/gnu/packages/gnustep.scm >> +++ b/gnu/packages/gnustep.scm >> @@ -22,7 +22,9 @@ >> #:use-module (guix packages) >> #:use-module (guix build-system gnu) >> #:use-module (guix licenses) >> + #:use-module (gnu packages base) >> #:use-module (gnu packages xorg) >> + #:use-module (gnu packages libffcall) >> #:use-module (gnu packages gnome) >> #:use-module (gnu packages gtk) >> #:use-module (gnu packages texinfo) >> @@ -30,7 +32,33 @@ >> #:use-module (gnu packages glib) >> #:use-module (gnu packages fontutils) >> #:use-module (gnu packages image) >> - #:use-module (gnu packages pkg-config)) >> + #:use-module (gnu packages pkg-config) >> + #:use-module (gnu packages xml)) > > Are all of these new modules used? > No. I accidentally "polluted" this patch with changes from the next one to come. Only the base, tex, and texinfo modules are needed for this patch*. >> + (home-page "http://gnustep.org") > > Is there a package-specific home-page? It doesn't appear so. * I've also realized that documentation is installed separately from the main GNU building process, so I've added an appropriate phase now. The only problem is that there's a PostScript file with a line that varies depending on the build time. Is there a way to eliminate this variance that you know of? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlj8yf4ACgkQ5qXuPBlG eg33dRAAs4TWZ4KVTlprOIT1s9lice7FIga1k4v5BIlrF2choLw7OXarh6dKFWNG TtLIJfagxJ3G5wKSj4LB3Mhmho6qre6sgPFVd820mwTbSlG/oRTTjg3gnpt68NKD CYMxfnp8nxexjNkk1eiYaSBYOEuJGnUdzGw/9B2xtQTRtb6CpDldniFz4lX+lQEj ySXq2ejjxsLUwga1rCzHpRNftvmED3Oqt6x1kTUs5HE2JgnRRcnMHB47EKyufzTE RNnlEOIHLQ1FBG54AVN3o/n1FDStw38ClIYf0vHuYqdIVgauoz9jx+ZS+Zg1Nuov 5cn7ndX2c6fS1Dfl3+6c/pTUSOtgYpVYVWC8Z8T9XvioDoC/b3scJlTAqVw2izQt wjh/ai6jgCiW2vz90xEaxiXYuuJT3+uzKdT8qmURlOJDcRxON5XzWG5o/EJ5bhWD UC47k+siov0JTFUOpqIinNtf3124nIPDoSi8VZo37O31UX851ZiI23MOZ+lGs4XS GzsDfUDVaumsPNh46rjIL5AuLPpmCMqsVUOGZOnE5mcHj9p5G785+JsBfOFwLMDl WxwW7LoSFnb/hTLN6TJUGXXQfgnjlEjnTbCPyB6nbmFZjRhmxPR6jKK1k4JuIl53 knP2uskEYXaGrZ/aTEETwPT/gqUtE5xLIlHhC8ESmslKpFlmNFw= =hXc2 -----END PGP SIGNATURE----- --=-=-=--