me
/
guix
Archived
1
0
Fork 0

system: Add iproute to '%base-packages'.

* gnu/system.scm (%base-packages): Add iproute.
master
Alex Kost 2016-02-11 13:52:48 +03:00
parent 42e92e069a
commit 5dccaffe64
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.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. ;;; This file is part of GNU Guix.
;;; ;;;
@ -362,6 +362,7 @@ explicitly appear in OS."
;; many people are familiar with, so keep it around. ;; many people are familiar with, so keep it around.
iw wireless-tools iw wireless-tools
iproute
net-tools ; XXX: remove when Inetutils suffices net-tools ; XXX: remove when Inetutils suffices
man-db man-db
texinfo ;for the standalone Info reader texinfo ;for the standalone Info reader