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?