~ruther/guix-local

08e7d92f — Clément Lassieur 2 years ago
gnu: Add go-github-com-gaukas-godicttls.

* gnu/packages/golang.scm (go-github-com-gaukas-godicttls): New variable.

Change-Id: I2259f6d396c372f18ed9e4d490fa97b80a90a076
882f340c — Clément Lassieur 2 years ago
gnu: Add go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib.

* gnu/packages/golang.scm
(go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib):
New variable.

Change-Id: I789e097f69e66894cbb8403b96f2f1c05dfbcdd0
eb13a51e — Clément Lassieur 2 years ago
gnu: Add go-gitlab-com-yawning-edwards25519-extra.

* gnu/packages/golang.scm (go-gitlab-com-yawning-edwards25519-extra): New
variable.

Change-Id: I5d8ee182b7a23890720d29866e9c975c0edce7b5
2416cebc — Ale Abdo 2 years ago
gnu: python-graph-tool: Update to 2.58.

* gnu/packages/graph.scm (python-graph-tool): Update to 2.58.

Signed-off-by: Clément Lassieur <clement@lassieur.org>
ea785c2b — Nicolas Graves 2 years ago
gnu: python-wand: Fix libmagick access.

* gnu/packages/python-xyz.scm (python-wand):
[build-system]: Use pyproject-build-system.
[arguments](phases): Delete phase check. Replace phase find-magickwand
by phase harcode-lib-path.

Change-Id: I3ddf7045a404f76743c14a5b8183ce9f3196ffd1
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
cd776335 — Nikolaos Chatzikonstantinou 2 years ago
doc: Fix typos and add readonly option to qemu invocation.

* doc/guix.texi: Fix typos and add readonly option to qemu invocation.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Change-Id: I7b686e8ff45532e96fe370f0f344977cdf218bbe
38b145e8 — Artyom V. Poptsov 2 years ago
gnu: go-github-com-charmbracelet-glamour: Fix build.

* gnu/packages/golang.scm (go-github-com-charmbracelet-glamour): Fix build.

Change-Id: I14ce450360e684c4c1ac324e77b47771bbdf1410
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
c245a54a — Zheng Junjie 2 years ago
scripts: size: Fix `guix size` with --system argument.

guix/scripts/size.scm (guix-size): Parameterize %current-system.

Change-Id: Ia0c1ebff4397aa211f73360925f7c688d59b515a
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
acd688a0 — Nicolas Graves 2 years ago
gnu: poppler: Mention binaries in description.

This allows to find the package to install with guix search.

* gnu/packages/pdf.scm (poppler): Mention binaries in description.

Change-Id: If68b29300b34ee692b0ecfe3458e7774b55c365e
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2e404163 — David Pflug 2 years ago
gnu: kakoune: update to 2023.08.05.

* gnu/packages/text-editors.scm (kakoune): Update to 2023.08.05.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
4c35b030 — 宋文武 2 years ago
gnu: wesnoth: Update to 1.16.11.

* gnu/packages/games.scm (wesnoth): Update to 1.16.11.
[source]: Use 'git-file-name'.

Change-Id: Id5a34e00a46400b7a32fe16bec845af882686dac
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
142bf33a — David Pflug 2 years ago
gnu: laminar: Update to 1.3.

* gnu/packages/ci.scm (laminar): Update to 1.3.

Change-Id: Ic14deadfa3aa9c116ecd2ee7c34cdc32c58a6f56
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
1cba77f8 — David Pflug 2 years ago
gnu: plocate: Update to 1.1.21.

* gnu/packages/search.scm (plocate): Update to 1.1.21.

Change-Id: I725b2b83553228babbdd6592d31b57ede76ac442
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
0d7e4047 — Tomas Volf 2 years ago
tests: security: Fix fail2ban-extension-test.

The openssh-service-type requires 'networking to be setup.  So add a
static-networking-service-type that provides it.

* gnu/tests/security.scm
(run-fail2ban-extension-test)[simple-operating-system]: Add
static-networking-service-type service.

Change-Id: I8d736cbf3fcaa54f86fbd60c52b3595b647731e2
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
97296f82 — Simon South 2 years ago
gnu: fwupd: Depend on libsmbios only on supported systems.

* gnu/packages/firmware.scm (fwupd)[inputs]: Add libsmbios conditionally.

Change-Id: Id34135b180f5ee6e7abd2fd4eb10e0d3c6308e06
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
d693983b — Simon South 2 years ago
gnu: libsmbios: Restrict to only supported systems.

* gnu/packages/hardware.scm (libsmbios)[supported-systems]: New field.

Change-Id: I8d813f496b7d2ffa8b0af2a6c814d1b09d731387
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
c4fa3e94 — Clément Lassieur 2 years ago
gnu: sfeed: Update to 2.0.

* gnu/packages/suckless.scm (sfeed): Update to 2.0.

Change-Id: I9fc34effddcb623e8d681824aa67c3c5c7784726
d162bd0e — Christopher Baines 2 years ago
packages: rust: Memoize make-rust-sysroot results.

To ensure that it just returns a single package record for some given
arguments, as this helps to avoid poor performance of the store connection
object cache.

Performance with computing the cross derivations is important for the data
service, as it's currently very slow to process revisions.

* gnu/packages/rust.scm (make-rust-sysroot): Move code to
make-rust-sysroot/implementation.
(make-rust-sysroot/implementation): New variable.

Change-Id: Ibb30c7398328c87c032bb8828635a34ada935167
75a63e2a — Christopher Baines 2 years ago
gnu: guix-build-coordinator: Update to 0-94.c4c4f5a.

This also switches to use guile-next, which includes important fixes to
invalid unicode handling with suspendable ports, which is necessary for the
agent.

* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-94.c4c4f5a.
* gnu/services/guix.scm: Use guile-next for the coordinator service.

Change-Id: I853539a612fd0b41a6c63069c6291b3f42e5cdee
de9aafae — Aleksandr Vityazev 2 years ago
gnu: icedove/wayland: Wrap quotes around ‘$@’ in the executable.

Fixes <https://issues.guix.gnu.org/66643>.

* gnu/packages/gnuzilla (icedove/wayland)[arguments]: Wrap quotes around ‘$@’
in the executable script.

Signed-off-by: Clément Lassieur <clement@lassieur.org>
Next