diff options
author | Alexander I.Grafov (Axel) <grafov@gmail.com> | 2015-03-11 01:31:30 +0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-03-12 22:52:18 +0100 |
commit | 70408ccbe692f53644885054540f8c8fa8437169 (patch) | |
tree | 6af02700137375229efa34e7af8e194e848af212 /gnu/system.scm | |
parent | 81ce19f45238bb504ce862d1553e81dcc8239519 (diff) | |
download | patches-70408ccbe692f53644885054540f8c8fa8437169.tar patches-70408ccbe692f53644885054540f8c8fa8437169.tar.gz |
system: Remove duplicated line from export.
* gnu/system.scm (gnu system): Remove duplicate in
exported names list.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/system.scm')
-rw-r--r-- | gnu/system.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index 1a0aee41eb..9748113070 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -69,7 +69,6 @@ operating-system-users operating-system-groups operating-system-issue - operating-system-packages operating-system-timezone operating-system-locale operating-system-locale-definitions |