From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 3/3] system: Add iproute to '%base-packages'. Date: Fri, 12 Feb 2016 13:59:39 +0300 Message-ID: <874mdeurc4.fsf@gmail.com> References: <1455188599-5715-1-git-send-email-alezost@gmail.com> <1455188599-5715-4-git-send-email-alezost@gmail.com> <20160211131530.58dfa630@debian-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUBRw-0005yy-Gq for guix-devel@gnu.org; Fri, 12 Feb 2016 05:59:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUBRt-0000bJ-Ai for guix-devel@gnu.org; Fri, 12 Feb 2016 05:59:44 -0500 Received: from mail-lf0-x242.google.com ([2a00:1450:4010:c07::242]:36802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUBRt-0000bD-1i for guix-devel@gnu.org; Fri, 12 Feb 2016 05:59:41 -0500 Received: by mail-lf0-x242.google.com with SMTP id h198so3951747lfh.3 for ; Fri, 12 Feb 2016 02:59:40 -0800 (PST) In-Reply-To: <20160211131530.58dfa630@debian-netbook> (Efraim Flashner's message of "Thu, 11 Feb 2016 13:15:30 +0200") 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 Efraim Flashner (2016-02-11 14:15 +0300) wrote: > On Thu, 11 Feb 2016 14:03:19 +0300 > Alex Kost wrote: > >> * gnu/system.scm (%base-packages): Add iproute. >> --- >> gnu/system.scm | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >>=20 >> diff --git a/gnu/system.scm b/gnu/system.scm >> index 9540324..14fea93 100644 >> --- a/gnu/system.scm >> +++ b/gnu/system.scm >> @@ -1,7 +1,7 @@ >> ;;; GNU Guix --- Functional package management for GNU >> ;;; Copyright =C2=A9 2013, 2014, 2015, 2016 Ludovic Court=C3=A8s >> ;;; Copyright =C2=A9 2015 Mark H Weaver >> -;;; Copyright =C2=A9 2015 Alex Kost >> +;;; Copyright =C2=A9 2015, 2016 Alex Kost >> ;;; >> ;;; This file is part of GNU Guix. >> ;;; >> @@ -362,6 +362,7 @@ explicitly appear in OS." >> ;; many people are familiar with, so keep it around. >> iw wireless-tools >>=20=20 >> + iproute >> net-tools ; XXX: remove when Inetutils = suffices >> man-db >> texinfo ;for the standalone Info= reader > > Should this be iproute2? I ran `guix size iproute` to see if it might pul= l in > too much other stuff and got back "guix size: error: iproute: package not > found" No it shouldn't as it is a variable not a package name (Ludovic did this mistake once=C2=B9; fixed by Mark=C2=B2). I'm currently using a syste= m with this change. =C2=B9 http://git.savannah.gnu.org/cgit/guix.git/commit/?id=3Dd43002f64599f= b80294d4c00e3a682a2776c885c =C2=B2 http://git.savannah.gnu.org/cgit/guix.git/commit/?id=3Df8facc18eddbc= f31700214fe224cbbf3add6fede --=20 Alex