From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QWzDrXJpbyBFeW5n?= Subject: [PATCH] gnu: icecat: Remove duplicated line. Date: Mon, 7 Apr 2014 07:11:54 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WX3ip-0000oi-KC for guix-devel@gnu.org; Mon, 07 Apr 2014 03:12:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WX3il-0001v6-4Q for guix-devel@gnu.org; Mon, 07 Apr 2014 03:11:59 -0400 Received: from mail-qc0-x243.google.com ([2607:f8b0:400d:c01::243]:37308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WX3il-0001uu-0j for guix-devel@gnu.org; Mon, 07 Apr 2014 03:11:55 -0400 Received: by mail-qc0-f195.google.com with SMTP id c9so1970393qcz.10 for ; Mon, 07 Apr 2014 00:11:54 -0700 (PDT) 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: guix-devel@gnu.org >From 3e80a72dd8c85c604a65c025e1e9841129270725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=ADrio=20Eyng?= Date: Mon, 7 Apr 2014 07:06:24 +0000 Subject: [PATCH] gnu: icecat: Remove duplicated line. * gnu/packages/gnuzilla.scm (icecat): Remove duplicated line. --- gnu/packages/gnuzilla.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index c2a1801..c497080 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -78,8 +78,7 @@ `(("perl" ,perl) ("python" ,python-2) ; Python 3 not supported ("python2-pysqlite" ,python2-pysqlite) - ("pkg-config" ,pkg-config) - ("python" ,python-2))) ; Python 3 not supported + ("pkg-config" ,pkg-config))) (arguments `(#:tests? #f ; no check target -- 1.8.4