As suggested by Ludovic Courtès, use guix build --source --sources=transitive hello to get a list of source dependencies.
This commit is contained in:
parent
89d87dfbc9
commit
6830576eb6
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user