summaryrefslogtreecommitdiff
path: root/gnu/system.scm
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2016-02-11 13:52:48 +0300
committerAlex Kost <alezost@gmail.com>2016-02-18 11:59:03 +0300
commit5dccaffe64d6422049815115831373e8b4ffa8ec (patch)
tree421e0c094598d6020a428c67ab7011f38a9744ec /gnu/system.scm
parent42e92e069a56f830e33f83c2ab85a0bf50139649 (diff)
downloadpatches-5dccaffe64d6422049815115831373e8b4ffa8ec.tar
patches-5dccaffe64d6422049815115831373e8b4ffa8ec.tar.gz
system: Add iproute to '%base-packages'.
* gnu/system.scm (%base-packages): Add iproute.
Diffstat (limited to 'gnu/system.scm')
-rw-r--r--gnu/system.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index b9d717d5ed..d600d3a293 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 <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