[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: self: Remove leftover export.
From: |
guix-commits |
Subject: |
02/11: self: Remove leftover export. |
Date: |
Tue, 22 Jan 2019 17:05:10 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 567f0d2590ede190ff8700d2fc3e2b4d4b72bcbe
Author: Ludovic Courtès <address@hidden>
Date: Tue Jan 22 10:22:33 2019 +0100
self: Remove leftover export.
* guix/self.scm: Remove 'reload-guix' export.
---
guix/self.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/guix/self.scm b/guix/self.scm
index f367954..fea5db5 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -36,8 +36,7 @@
#:export (make-config.scm
whole-package ;for internal use in 'guix pull'
compiled-guix
- guix-derivation
- reload-guix))
+ guix-derivation))
;;;
- branch master updated (d1dfcc7 -> ce6236f), guix-commits, 2019/01/22
- 02/11: self: Remove leftover export.,
guix-commits <=
- 04/11: compile: Let compiler warnings through during the load phase., guix-commits, 2019/01/22
- 03/11: gnu: Remove duplicate record fields., guix-commits, 2019/01/22
- 01/11: vm: Remove unnecessary import., guix-commits, 2019/01/22
- 05/11: records: Detect duplicate field initializers., guix-commits, 2019/01/22
- 07/11: self: System tests depend on CLI modules., guix-commits, 2019/01/22
- 06/11: offload: 'status' reports the time difference., guix-commits, 2019/01/22
- 11/11: doc: Move "Package Modules" under "Programming Interface"., guix-commits, 2019/01/22
- 08/11: doc: Move sections under "GNU Distribution" one level higher., guix-commits, 2019/01/22
- 10/11: doc: Move "Packaging Guidelines" under "Contributing"., guix-commits, 2019/01/22
- 09/11: doc: Move "System Installation" right after "Installation"., guix-commits, 2019/01/22