From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add LDC. Date: Tue, 29 Dec 2015 16:42:49 +0100 Message-ID: References: <87ziwtec5x.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aDwQP-0004qa-Vo for guix-devel@gnu.org; Tue, 29 Dec 2015 10:43:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aDwQL-00071R-Vd for guix-devel@gnu.org; Tue, 29 Dec 2015 10:43:01 -0500 In-Reply-To: <87ziwtec5x.fsf@gnu.org> 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: Roel Janssen Cc: guix-devel@gnu.org One more thing: > + ("unzip" ,unzip) ;; needed for tests Please just use one semicolon for margin comments like this. Double semicolon is only used for line comments. ~~ Ricardo