Re: [PATCH 3/3] system: Add iproute to '%base-packages'.

2016-02-18 Thread Alex Kost
Alex Kost (2016-02-11 14:03 +0300) wrote: > * gnu/system.scm (%base-packages): Add iproute. > --- > gnu/system.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Since there were no objections, I've committed this. -- Alex

Re: [PATCH 3/3] system: Add iproute to '%base-packages'.

2016-02-12 Thread Alex Kost
Efraim Flashner (2016-02-11 14:15 +0300) wrote: > On Thu, 11 Feb 2016 14:03:19 +0300 > Alex Kost wrote: > >> * gnu/system.scm (%base-packages): Add iproute. >> --- >> gnu/system.scm | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/gnu/system.scm b/gnu/system.scm >>

Re: [PATCH 3/3] system: Add iproute to '%base-packages'.

2016-02-11 Thread Efraim Flashner
On Thu, 11 Feb 2016 14:03:19 +0300 Alex Kost wrote: > * gnu/system.scm (%base-packages): Add iproute. > --- > gnu/system.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/gnu/system.scm b/gnu/system.scm > index 9540324..14fea93 100644 > --- a/gnu/system.scm > +++ b/

[PATCH 3/3] system: Add iproute to '%base-packages'.

2016-02-11 Thread Alex Kost
* gnu/system.scm (%base-packages): Add iproute. --- gnu/system.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/system.scm b/gnu/system.scm index 9540324..14fea93 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package mana