Makefile.am: build: fix mumble-vm-system.scm update.
This was introduced by commit 390d56eedb
("audio.experimental.a-lec.org: Makefile.am: add target for guix
build.").
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
parent
3b5d0f4d3e
commit
f88a1f1672
|
@ -89,7 +89,7 @@ mumble-vm.img: $(IMAGE_SOURCE)
|
||||||
--image-type=mbr-raw \
|
--image-type=mbr-raw \
|
||||||
--image-size=6G mumble-vm-system.scm` \
|
--image-size=6G mumble-vm-system.scm` \
|
||||||
$@
|
$@
|
||||||
build:
|
build: $(IMAGE_SOURCE)
|
||||||
guix system build \
|
guix system build \
|
||||||
--image-type=mbr-raw \
|
--image-type=mbr-raw \
|
||||||
--image-size=6G mumble-vm-system.scm
|
--image-size=6G mumble-vm-system.scm
|
||||||
|
|
Loading…
Reference in New Issue