[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26987: [PATCH 1/2] guix: modules: Export module-name->file-name.
From: |
Mathieu Othacehe |
Subject: |
bug#26987: [PATCH 1/2] guix: modules: Export module-name->file-name. |
Date: |
Fri, 19 May 2017 09:56:22 +0200 |
* guix/modules.scm (module-name->file-name): Export it.
---
guix/modules.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/guix/modules.scm b/guix/modules.scm
index 8c63f21a9..26c38e8d2 100644
--- a/guix/modules.scm
+++ b/guix/modules.scm
@@ -23,6 +23,7 @@
#:use-module (ice-9 match)
#:export (source-module-closure
live-module-closure
+ module-name->file-name
guix-module-name?))
;;; Commentary:
--
2.13.0
- bug#26987: guix pull without guile-ssh., Mathieu Othacehe, 2017/05/18
- bug#26987: [PATCH 0/2] Fix compilation list construction., Mathieu Othacehe, 2017/05/19
- bug#26987: [PATCH 1/2] guix: modules: Export module-name->file-name.,
Mathieu Othacehe <=
- bug#26987: [PATCH 2/2] build: pull: Fix compilation list construction., Mathieu Othacehe, 2017/05/19
- bug#26987: [PATCH 2/2] build: pull: Fix compilation list construction., Ludovic Courtès, 2017/05/19
- bug#26987: [PATCH 2/2] build: pull: Fix compilation list construction., Mathieu Othacehe, 2017/05/19
- bug#26987: [PATCH 2/2] build: pull: Fix compilation list construction., Mathieu Othacehe, 2017/05/19
- bug#26987: [PATCH 2/2] build: pull: Fix compilation list construction., Ludovic Courtès, 2017/05/19
- bug#26987: [PATCH 2/2] build: pull: Fix compilation list construction., Ludovic Courtès, 2017/05/25