guix package: Save provenance information when using '--manifest'.
authorLudovic Courtès <ludo@gnu.org>
Sun, 29 Dec 2019 15:22:35 +0000 (16:22 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 29 Dec 2019 17:24:54 +0000 (18:24 +0100)
commitc48e522fdbb7c749bbf6147e44c067bf1f916fdd
treef53143b6b9e7fffa6db3b7acc55fad0543920784
parent8a705ae4c6107f43c7fbcfad913dd2675f94086a
guix package: Save provenance information when using '--manifest'.

Fixes <https://bugs.gnu.org/38673>.
Reported by zimoun <zimon.toutoune@gmail.com>.

* guix/describe.scm (manifest-entry-with-provenance): New procedure.
* guix/scripts/package.scm (process-actions): Use it when FILES is
non-empty.
guix/describe.scm
guix/scripts/package.scm