summaryrefslogtreecommitdiff
path: root/manifest.scm
AgeCommit message (Collapse)AuthorFilesLines
2026-07-29manifest.scm: Add guile-readline, for convenience.Maxim Cournoyer1-0/+4
* manifest.scm: Add guile-readline with a comment mentioning usage. Closes: !9450
2026-07-01manifest: Remove codeberg-cli.Dariqq1-5/+3
* manifest.scm: Remove codeberg-cli. Merges: https://codeberg.org/guix/guix/pulls/9467 Reviewed-by: Cayetano Santos <csantosb@inventati.org> Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
2026-02-18manifest.scm: Handle unsupported packages gracefully.Maxim Cournoyer1-4/+6
Previously, 'guix shell' on a powerpc64le machine for example would fail with: error: package codeberg-cli@0.5.0 does not support powerpc64le-linux * manifest.scm: Filter out unsupported packages. Change-Id: Ib47b80a4ba4ffa99a0834ef45493fe70ceb1d534
2026-02-18manifest.scm: Remove email-based tools.Maxim Cournoyer1-7/+2
We're now well into the Codeberg era, for the better and worse. * manifest.scm: Remove b4, git:send-email, mumi, patman and openssl. Change-Id: I04eb74555942bb4853d3cddde84c6975b4ccac2d
2026-01-25manifest: Add codeberg-cli.jgart1-0/+1
* manifest.scm: Add codeberg-cli. Change-Id: I6d0a36ecbf52a66ed1480ca37497c698996b8a97 Signed-off-by: jgart <jgart@dismail.de>
2024-11-11maint: Add installer dependencies to the manifest.Janneke Nieuwenhuizen1-1/+6
* manifest.scm: Add guile-newt, guile-parted, guile-webutils. Change-Id: Idcf46320d29c15f36da05f66e81b7779e37c1bf6
2024-08-31gnu: guix: Remove unnecessary dependencies.Ludovic Courtès1-1/+15
This reverts 0fda0486523d67c2c464386c07a0c2800d8d8c20, instead moving the dependencies needed for ‘make dist’ to ‘manifest.scm’. Removing this extra dependencies make it simpler to build the ‘guix’ package in particular on less-capable systems like i586-gnu. * 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
2024-06-24manifest: Streamline; add packages useful for patch review/submission.Maxim Cournoyer1-12/+13
* 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>
2024-04-02maint: Add perl to the manifest.Janneke Nieuwenhuizen1-1/+5
* manifest.scm: Add perl. Change-Id: Ie70cea1eb4d62f2a649292209391a92abdae2288
2024-01-31maint: Add gnupg to the manifest.Ludovic Courtès1-1/+6
* manifest.scm: Add gnupg. Change-Id: Id5e90f87e5c3a07aa3e49afa97cc0b6d3ce71b41
2023-09-18maint: Support `guix shell' in Guix's git archive with manifest.scm.Janneke Nieuwenhuizen1-0/+30
* manifest.scm: New file. * Makefile.am (EXTRA_DIST): Add it. * doc/contributing.texi (Building from Git): Mention using it.