Age | Commit message (Expand) | Author |
2023-09-26 | git-download: Use “builtin:git-download” when available....Fixes <https://issues.guix.gnu.org/63331>.
Longer-term this will remove Git from the derivation graph when its sole
use is to perform a checkout for a fixed-output derivation, thereby
breaking dependency cycles that can arise in these situations.
* guix/git-download.scm (git-fetch): Rename to…
(git-fetch/in-band): … this. Deal with GIT or GUILE being #f.
(git-fetch/built-in, built-in-builders*, git-fetch): New procedures.
* tests/builders.scm ("git-fetch, file URI"): New test.
| Ludovic Courtès |
.
* gnu/packages/package-management.scm (guix)[native-inputs]: Remove
IMAGEMAGICK and PERL. Use GRAPHVIZ-MINIMAL instead of GRAPHVIZ.
* manifest.scm: Use the full-blown ‘graphviz’ package; add ‘imagemagick’
and ‘perl’.
Reported-by: Janneke Nieuwenhuizen <janneke@gnu.org>
Change-Id: Ia9d05c699e3cc2f9a9235a67f8ec840c26b66a82
Ludovic Courtès |
2024-06-24 | manifest: Streamline; add packages useful for patch review/submission....* manifest.scm: Fix alternate command line invocation (which would not
consider 'manifest.scm'). Use specifications instead of packages. Remove
perl (now in the guix package's native inputs). Add b4, git, git:send-email,
mumi, nss-certs, openssl and patman to the manifest.
Change-Id: I49d92dda059856ce217cea9054a466a1754dcf94
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Maxim Cournoyer |
2024-04-02 | maint: Add perl to the manifest....* manifest.scm: Add perl.
Change-Id: Ie70cea1eb4d62f2a649292209391a92abdae2288
| Janneke Nieuwenhuizen |
2024-01-31 | maint: Add gnupg to the manifest....* manifest.scm: Add gnupg.
Change-Id: Id5e90f87e5c3a07aa3e49afa97cc0b6d3ce71b41
| Ludovic Courtès |
2023-09-18 | maint: Support `guix shell' in Guix's git archive with manifest.scm....* manifest.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
* doc/contributing.texi (Building from Git): Mention using it.
| Janneke Nieuwenhuizen |