From 6830576eb6e4d5fae0d080682f1bf908c98f1750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 14 Sep 2018 22:19:20 +0200 Subject: [PATCH] =?UTF-8?q?As=20suggested=20by=20Ludovic=20Court=C3=A8s,?= =?UTF-8?q?=20use=20guix=20build=20--source=20--sources=3Dtransitive=20hel?= =?UTF-8?q?lo=20to=20get=20a=20list=20of=20source=20dependencies.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c4ee82..0e50012 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ all: hello.tar hello.sizes vm-image to-be-run-in-vm.sh Makefile > '$@' %.nar: Makefile - guix archive --export --recursive '$*' > '$@' + guix archive --export --recursive '$*' $$(guix build --source --sources=transitive '$*') > '$@' %.tar: %.nar signing-key.pub Makefile tar -cf '$@' '$*.nar' signing-key.pub