From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: Re: [PATCH] gnu: Add wmclock. Date: Thu, 07 Apr 2016 19:09:39 +0200 Message-ID: <8760vtjqgc.fsf@gnu.org> References: <20160407125715.448ca23b@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoDRB-0000NY-PC for guix-devel@gnu.org; Thu, 07 Apr 2016 13:09:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoDR9-0006v0-3b for guix-devel@gnu.org; Thu, 07 Apr 2016 13:09:45 -0400 In-Reply-To: <20160407125715.448ca23b@openmailbox.org> (Kei Yamashita's message of "Thu, 7 Apr 2016 12:57:15 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Kei Yamashita Cc: guix-devel@gnu.org Hello, Kei Yamashita writes: > From 15c0f48c3b9c510228a95655e11f95dbca5fbf91 Mon Sep 17 00:00:00 2001 > From: Kei Yamashita > 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, -- Mathieu Lirzin