guix-commits
[Top][All Lists]
Advanced

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

12/155: installer: Add gurses modules.


From: John Darrington
Subject: 12/155: installer: Add gurses modules.
Date: Wed, 21 Dec 2016 20:48:30 +0000 (UTC)

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

commit 0eb7e5a13e9b54ed2abe689df0129691554d857b
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 de0de71..4821b77 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]