guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/21: installer: Add gurses modules.


From: John Darrington
Subject: 12/21: installer: Add gurses modules.
Date: Thu, 22 Dec 2016 19:58:40 +0000 (UTC)

jmd pushed a commit to branch wip-installer
in repository guix.

commit 8f2b4ce3b14a352c5a2720d827c359e91d23d843
Author: John Darrington <address@hidden>
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                                        \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]