guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add wmclock.


From: Kei Yamashita
Subject: Re: [PATCH] gnu: Add wmclock.
Date: Thu, 7 Apr 2016 13:54:55 -0400

On Thu, 07 Apr 2016 19:09:39 +0200
Mathieu Lirzin <address@hidden> wrote:

> Hello,
> 
> Kei Yamashita <address@hidden> writes:
> 
> > From 15c0f48c3b9c510228a95655e11f95dbca5fbf91 Mon Sep 17 00:00:00
> > 2001 From: Kei Yamashita <address@hidden>
> > Date: Thu, 7 Apr 2016 12:53:43 -0400
> > Subject: [PATCH] gnu: Add wmclock.
> >
> > * gnu/packages/gnustep.scm (wmclock): New variable.
> > ---  
> 
> > +    (build-system gnu-build-system)
> > +    (arguments
> > +     `(#:phases
> > +       (modify-phases %standard-phases
> > +         (add-after 'unpack 'autoconf
> > +           (lambda _ (zero? (system* "autoreconf" "-vfi")))))))  
> 
> Does the tarball contains a configure script?  If not or if it is not
> possible to use it, please provide a commentary to explain why
> maintainer tools are required since this is not a expected behavior.
> 
> Thanks,
> 

The tarball requires autoconf to create the configure script. Should I
just include that as a comment?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]