GNU bug report logs - #26617
[PATCH] gnu: Add gnustep-make.

Previous Next

Package: guix-patches;

Reported by: Kei Kebreau <kei <at> openmailbox.org>

Date: Sun, 23 Apr 2017 00:39:02 UTC

Severity: normal

Tags: patch

Done: Kei Kebreau <kei <at> openmailbox.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 26617 <at> debbugs.gnu.org (full text, mbox):

From: Kei Kebreau <kei <at> openmailbox.org>
To: Leo Famulari <leo <at> famulari.name>
Cc: 26617 <at> debbugs.gnu.org
Subject: Re: bug#26617: [PATCH] gnu: Add gnustep-make.
Date: Sun, 23 Apr 2017 11:36:29 -0400
[Message part 1 (text/plain, inline)]
Leo Famulari <leo <at> famulari.name> 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?
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 8 years and 74 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.