From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH 3/3] system: Add iproute to '%base-packages'. Date: Thu, 11 Feb 2016 14:03:19 +0300 Message-ID: <1455188599-5715-4-git-send-email-alezost@gmail.com> References: <1455188599-5715-1-git-send-email-alezost@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTp2N-0006QI-P3 for guix-devel@gnu.org; Thu, 11 Feb 2016 06:03:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTp26-0003po-JV for guix-devel@gnu.org; Thu, 11 Feb 2016 06:03:51 -0500 Received: from mail-lb0-x244.google.com ([2a00:1450:4010:c04::244]:35802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTp26-0003pe-A9 for guix-devel@gnu.org; Thu, 11 Feb 2016 06:03:34 -0500 Received: by mail-lb0-x244.google.com with SMTP id dx9so2113684lbc.2 for ; Thu, 11 Feb 2016 03:03:34 -0800 (PST) Received: from localhost.localdomain ([217.107.192.146]) by smtp.gmail.com with ESMTPSA id wj2sm1102995lbb.5.2016.02.11.03.03.32 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 11 Feb 2016 03:03:33 -0800 (PST) In-Reply-To: <1455188599-5715-1-git-send-email-alezost@gmail.com> 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 * gnu/system.scm (%base-packages): Add iproute. --- gnu/system.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 © 2013, 2014, 2015, 2016 Ludovic Courtès ;;; Copyright © 2015 Mark H Weaver -;;; Copyright © 2015 Alex Kost +;;; Copyright © 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 + iproute net-tools ; XXX: remove when Inetutils suffices man-db texinfo ;for the standalone Info reader -- 2.6.3