From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 1/2] Add oniguruma Date: Fri, 01 Apr 2016 11:59:01 +0300 Message-ID: <877fgh66y2.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aluv6-00034k-0t for guix-devel@gnu.org; Fri, 01 Apr 2016 04:59:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aluv2-00036K-Kz for guix-devel@gnu.org; Fri, 01 Apr 2016 04:59:07 -0400 Received: from mail-lb0-x243.google.com ([2a00:1450:4010:c04::243]:34587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aluv2-00036G-Cx for guix-devel@gnu.org; Fri, 01 Apr 2016 04:59:04 -0400 Received: by mail-lb0-x243.google.com with SMTP id vk4so8840935lbb.1 for ; Fri, 01 Apr 2016 01:59:04 -0700 (PDT) In-Reply-To: (Jelle Licht's message of "Sat, 26 Mar 2016 18:40:29 +0100") 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: Jelle Licht Cc: guix-devel@gnu.org Jelle Licht (2016-03-26 20:40 +0300) wrote: > Hello guix! Hi and welcome! > I packaged my first set of guix packages, following the guidelines > mentioned in the online manual as closely as I could. If I still > forgot or misinterpreted one of the steps, some pointers are always > welcome. Great, thanks! The only nitpick is that we use periods in the commit messages: "gnu: Add oniguruma." and "... New variable." > From 1748b97890d0fc90e81c0e0a302c7e55562873d3 Mon Sep 17 00:00:00 2001 > From: Jelle Licht > Date: Sat, 26 Mar 2016 18:28:31 +0100 > Subject: [PATCH 1/2] gnu: Add oniguruma > > * gnu/packages/textutils.scm (oniguruma): New variable > --- > gnu/packages/textutils.scm | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) Applied. -- Alex