From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/2] gnu: psyclpc: Make it reproducible. Date: Sat, 26 Nov 2016 13:26:01 -0500 Message-ID: <20161126182601.GB15188@jasmine> References: <20161123190437.23966-1-ng0@libertad.pw> <20161123190437.23966-2-ng0@libertad.pw> <87lgwa2ern.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cAhfw-000809-JH for guix-devel@gnu.org; Sat, 26 Nov 2016 13:26:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cAhfr-0000Bw-PV for guix-devel@gnu.org; Sat, 26 Nov 2016 13:26:12 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:37897) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cAhfr-0000Br-Lh for guix-devel@gnu.org; Sat, 26 Nov 2016 13:26:07 -0500 Content-Disposition: inline In-Reply-To: <87lgwa2ern.fsf@we.make.ritual.n0.is> 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" To: ng0 Cc: guix-devel@gnu.org On Wed, Nov 23, 2016 at 07:10:52PM +0000, ng0 wrote: > ng0 writes: > > > * gnu/packages/psyc.scm (psyclpc): Make it reproducible. > > --- > > gnu/packages/psyc.scm | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/gnu/packages/psyc.scm b/gnu/packages/psyc.scm > > index 03df188..01bbae6 100644 > > --- a/gnu/packages/psyc.scm > > +++ b/gnu/packages/psyc.scm > > @@ -1,5 +1,5 @@ > > ;;; GNU Guix --- Functional package management for GNU > > -;;; Copyright © 2016 ng0 > > +;;; Copyright © 2016 ng0 > > ;;; > > ;;; This file is part of GNU Guix. > > ;;; > > @@ -155,7 +155,7 @@ including psyced.") > > > > ;; This commit removes the historic bundled pcre, not released as a tarball so far. > > This comment should be updated to: > ;; This commit removes the historic bundled pcre and makes psyclpc reproducible. Done!