> --8<---------------cut here---------------start------------->8--- > (use-modules (guix scripts build)) > > (specifications->manifest > (map > (lambda (spec) > (begin > (guix-build "--source" spec) > spec)) > (list > "emacs" > "coreutils" > ))) > --8<---------------cut here---------------end--------------->8--- > > allows to fetch the corresponding source of each package. However, the > source (tarball) are not part of the ’manifest’ and thus not visible > inside the container.
This looks like a good start to get somehting automatic. Thank you!
