From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul van der Walt Subject: Re: [PATCH 13/21] gnu: Add ghc-openglraw. Date: Sun, 18 Oct 2015 21:01:22 +0200 Message-ID: <878u70rofx.fsf@denknerd.org> References: <1445001125-20534-1-git-send-email-paul@denknerd.org> <1445001125-20534-13-git-send-email-paul@denknerd.org> <20151018214444.43c281da@debian-netbook> Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZntD6-0002ls-61 for guix-devel@gnu.org; Sun, 18 Oct 2015 15:01:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZntD0-0005kA-E8 for guix-devel@gnu.org; Sun, 18 Oct 2015 15:01:36 -0400 Received: from mx01.mykolab.com ([95.128.36.1]:59243 helo=mx-out03.mykolab.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZntD0-0005ju-8C for guix-devel@gnu.org; Sun, 18 Oct 2015 15:01:30 -0400 In-reply-to: <20151018214444.43c281da@debian-netbook> 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: Efraim Flashner Cc: guix-devel@gnu.org Hey Efraim! On 2015-10-18 at 20:44, quoth Efraim Flashner: >> +API, intended as a basis for a nicer interface. OpenGLRaw offers access to all > Two spaces between sentences ^^^ Correct! I've run `guix lint` on all my new packages (should have done that first, sorry!) and all these errors have been resolved. >> + (license bsd-3))) >> + (license bsd-3))) > ^^^ Only need this line once :) Indeed, i made a mistake when adding the separate git hunks, this has been fixed on my local patches. Good catch, and sorry! Good evening! p.