* [PATCH] A little typo in gnu/system.scm
@ 2015-03-10 22:41 Axel
2015-03-11 20:43 ` Tomáš Čech
2015-03-12 20:22 ` Ludovic Courtès
0 siblings, 2 replies; 3+ messages in thread
From: Axel @ 2015-03-10 22:41 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 160 bytes --]
Name 'operating-system-packages' declared twice in export list in the
gnu/system.scm. I think it is a typo. Isn't it?
--
Александр Графов
[-- Attachment #2: 0001-system-Remove-duplicated-line-from-export.patch --]
[-- Type: application/octet-stream, Size: 775 bytes --]
From 84442eafed9f3e52b4db5b61f1273747f990915b Mon Sep 17 00:00:00 2001
From: "Alexander I.Grafov (Axel)" <grafov@gmail.com>
Date: Wed, 11 Mar 2015 01:31:30 +0300
Subject: [PATCH] system: Remove duplicated line from export.
* gnu/system.scm (gnu system): Remove duplicate in
exported names list.
---
gnu/system.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/system.scm b/gnu/system.scm
index 1a0aee4..9748113 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
--
2.2.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] A little typo in gnu/system.scm
2015-03-10 22:41 [PATCH] A little typo in gnu/system.scm Axel
@ 2015-03-11 20:43 ` Tomáš Čech
2015-03-12 20:22 ` Ludovic Courtès
1 sibling, 0 replies; 3+ messages in thread
From: Tomáš Čech @ 2015-03-11 20:43 UTC (permalink / raw)
To: guix-devel
On Wed, Mar 11, 2015 at 01:41:58AM +0300, Axel wrote:
>Name 'operating-system-packages' declared twice in export list in the
>gnu/system.scm. I think it is a typo. Isn't it?
Yes, it seems so. Good catch :)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] A little typo in gnu/system.scm
2015-03-10 22:41 [PATCH] A little typo in gnu/system.scm Axel
2015-03-11 20:43 ` Tomáš Čech
@ 2015-03-12 20:22 ` Ludovic Courtès
1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2015-03-12 20:22 UTC (permalink / raw)
To: Axel; +Cc: guix-devel
Axel <grafov@gmail.com> skribis:
> Name 'operating-system-packages' declared twice in export list in the
> gnu/system.scm. I think it is a typo. Isn't it?
Indeed! Applied, thanks.
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-12 20:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-10 22:41 [PATCH] A little typo in gnu/system.scm Axel
2015-03-11 20:43 ` Tomáš Čech
2015-03-12 20:22 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.