mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
build: Add 'docker-image.tmpl' to the distribution.
Fixes <https://bugs.gnu.org/35774>. Reported by Ting-Wei Lan <lantw44@gmail.com>. * Makefile.am (EXAMPLES): Add docker-image.tmpl.
This commit is contained in:
parent
c34684b6bc
commit
1b0d2b2afc
1 changed files with 1 additions and 0 deletions
|
@ -324,6 +324,7 @@ EXAMPLES = \
|
||||||
gnu/system/examples/beaglebone-black.tmpl \
|
gnu/system/examples/beaglebone-black.tmpl \
|
||||||
gnu/system/examples/desktop.tmpl \
|
gnu/system/examples/desktop.tmpl \
|
||||||
gnu/system/examples/lightweight-desktop.tmpl \
|
gnu/system/examples/lightweight-desktop.tmpl \
|
||||||
|
gnu/system/examples/docker-image.tmpl \
|
||||||
gnu/system/examples/vm-image.tmpl
|
gnu/system/examples/vm-image.tmpl
|
||||||
|
|
||||||
GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go $(dist_noinst_DATA:%.scm=%.go)
|
GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go $(dist_noinst_DATA:%.scm=%.go)
|
||||||
|
|
Loading…
Reference in a new issue