civodul pushed a commit to branch version-1.0.1
in repository guix.

commit 1b0d2b2afc2ec38c025263005199dbcd347087c8
Author: Ludovic Courtès <[email protected]>
Date:   Sat May 18 12:03:11 2019 +0200

    build: Add 'docker-image.tmpl' to the distribution.
    
    Fixes <https://bugs.gnu.org/35774>.
    Reported by Ting-Wei Lan <[email protected]>.
    
    * Makefile.am (EXAMPLES): Add docker-image.tmpl.
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index ea2fad7..ba4528c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -324,6 +324,7 @@ EXAMPLES =                                  \
   gnu/system/examples/beaglebone-black.tmpl    \
   gnu/system/examples/desktop.tmpl             \
   gnu/system/examples/lightweight-desktop.tmpl \
+  gnu/system/examples/docker-image.tmpl                \
   gnu/system/examples/vm-image.tmpl
 
 GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go $(dist_noinst_DATA:%.scm=%.go)

Reply via email to