From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH 0/3]: Update iproute and add it to %base-packages. Date: Thu, 11 Feb 2016 14:03:16 +0300 Message-ID: <1455188599-5715-1-git-send-email-alezost@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTp2N-0006QG-Nf 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 1aTp24-0003om-2e for guix-devel@gnu.org; Thu, 11 Feb 2016 06:03:51 -0500 Received: from mail-lb0-x242.google.com ([2a00:1450:4010:c04::242]:33735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTp23-0003od-QI for guix-devel@gnu.org; Thu, 11 Feb 2016 06:03:31 -0500 Received: by mail-lb0-x242.google.com with SMTP id bc4so2117760lbc.0 for ; Thu, 11 Feb 2016 03:03:31 -0800 (PST) Received: from localhost.localdomain ([217.107.192.146]) by smtp.gmail.com with ESMTPSA id wj2sm1102995lbb.5.2016.02.11.03.03.29 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 11 Feb 2016 03:03:30 -0800 (PST) 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 I think iproute2 should be included in %base-packages as it is a standard toolset for various networking things. [PATCH 1/3] gnu: iproute: Use 'modify-phases'. [PATCH 2/3] gnu: iproute: Update to 4.4.0. [PATCH 3/3] system: Add iproute to '%base-packages'.