~ruther/guix-local

5dccaffe64d6422049815115831373e8b4ffa8ec — Alex Kost 10 years ago 42e92e0
system: Add iproute to '%base-packages'.

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

M gnu/system.scm
M gnu/system.scm => gnu/system.scm +2 -1
@@ 1,7 1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015 Alex Kost <alezost@gmail.com>
;;; Copyright © 2015, 2016 Alex Kost <alezost@gmail.com>
;;;
;;; 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