all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kei Kebreau <kei@openmailbox.org>
To: Leo Famulari <leo@famulari.name>
Cc: 26617@debbugs.gnu.org
Subject: bug#26617: [PATCH] gnu: Add gnustep-make.
Date: Sun, 23 Apr 2017 11:36:29 -0400	[thread overview]
Message-ID: <87zif7jfuq.fsf@openmailbox.org> (raw)
In-Reply-To: <20170423004817.GE10153@jasmine> (Leo Famulari's message of "Sat, 22 Apr 2017 20:48:17 -0400")

[-- Attachment #1: Type: text/plain, Size: 1500 bytes --]

Leo Famulari <leo@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?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2017-04-23 15:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-23  0:38 bug#26617: [PATCH] gnu: Add gnustep-make Kei Kebreau
2017-04-23  0:48 ` Leo Famulari
2017-04-23 15:36   ` Kei Kebreau [this message]
2017-05-08 20:12     ` Ludovic Courtès
2017-05-09  0:01       ` Kei Kebreau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zif7jfuq.fsf@openmailbox.org \
    --to=kei@openmailbox.org \
    --cc=26617@debbugs.gnu.org \
    --cc=leo@famulari.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.