jmd pushed a commit to branch wip-installer
in repository guix.
commit 8f2b4ce3b14a352c5a2720d827c359e91d23d843
Author: John Darrington <[email protected]>
Date: Wed Dec 21 15:00:42 2016 +0100
installer: Add gurses modules.
* Makefile.am (MODULES): Add gurses/form.scm gurses/menu.scm and
gurses/button.scm which were inadvertently omitted.
---
Makefile.am | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index 6cc3114..7320cf4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,6 +30,9 @@ nodist_noinst_SCRIPTS = \
include gnu/local.mk
MODULES = \
+ gurses/buttons.scm \
+ gurses/form.scm \
+ gurses/menu.scm \
guix/base32.scm \
guix/base64.scm \
guix/cpio.scm \