guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: system: Add iproute to '%base-packages'.


From: Alex Kost
Subject: 01/05: system: Add iproute to '%base-packages'.
Date: Thu, 18 Feb 2016 09:18:20 +0000

alezost pushed a commit to branch master
in repository guix.

commit 5dccaffe64d6422049815115831373e8b4ffa8ec
Author: Alex Kost <address@hidden>
Date:   Thu Feb 11 13:52:48 2016 +0300

    system: Add iproute to '%base-packages'.
    
    * gnu/system.scm (%base-packages): Add iproute.
---
 gnu/system.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index b9d717d..d600d3a 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 <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
-;;; Copyright © 2015 Alex Kost <address@hidden>
+;;; Copyright © 2015, 2016 Alex Kost <address@hidden>
 ;;;
 ;;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]