~ruther/guix-local

fa52b9a6 — gemmaro 2 years ago
gnu: ruby-mini-portile-2: Update to 2.8.2.

* gnu/packages/ruby.scm (ruby-mini-portile-2): Update to 2.8.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
eb646324 — Ludovic Courtès 2 years ago
gnu: fenics-dolfin, fenics: Remove input labels.

* gnu/packages/simulation.scm (fenics-dolfin)[inputs, native-inputs]
[propagated-inputs]: Remove labels.  Replace CATCH2-1, which was
actually unused, by CATCH-FRAMEWORK.
[arguments]: Rewrite using gexps.  Adjust 'set-paths' phase accordingly.
(fenics): Likewise.
9a86e2e9 — Ludovic Courtès 2 years ago
gnu: fenics: Make sure 'jit.py' can find 'dolfin.pc'.

* gnu/packages/simulation.scm (fenics)[inputs]: Move PYTHON-PKGCONFIG
to...
[propagated-inputs]: ... here.
[arguments]: Add 'set-dolfin-pc-file-name' phase.
09a77e31 — Ludovic Courtès 2 years ago
doc: Turn "Creating a Channel" into a step-by-step guide.

* doc/guix.texi (Creating a Channel): Rewrite as a step-by-step guide.
Move warning below and shorten it.
ed5a9f52 — Ludovic Courtès 2 years ago
linux-container: Pass '--disable-chroot' to 'guix-daemon'.

This allows for the use of Guix within a non-privileged Docker container
produced by 'guix system image -t docker'.

* gnu/system/linux-container.scm (containerized-operating-system):
Change 'guix-configuration' to add "--disable-chroot".
deeee98a — Ludovic Courtès 2 years ago
services: dicod: Use one inetd endpoint per interface.

* gnu/services/dict.scm (dicod-shepherd-service): Remove
the (= 1 (length interfaces)) restriction by adding one endpoint per
interface.
d6dc82e8 — Tobias Geerinckx-Rice 2 years ago
gnu: knot: Update to 3.2.7.

* gnu/packages/dns.scm (knot): Update to 3.2.7.
925b5666 — Tobias Geerinckx-Rice 2 years ago
gnu: iodine: Update to 0.8.0.

* gnu/packages/networking.scm (iodine): Update to 0.8.0.
[arguments]: Don't explicitly return #t from phases.
5be90265 — Tobias Geerinckx-Rice 2 years ago
gnu: nbd: Update to 3.25.

* gnu/packages/networking.scm (nbd): Update to 3.25.
[source]: Download official GitHub tarball.
021e945d — Tobias Geerinckx-Rice 2 years ago
gnu: opensmtpd-filter-rspamd: Update to 0.1.8.

* gnu/packages/mail.scm (opensmtpd-filter-rspamd): Update to 0.1.8.
22642d46 — Tobias Geerinckx-Rice 2 years ago
gnu: igt-gpu-tools: Fix build with procps@4.

* gnu/packages/patches/igt-gpu-tools-Use-libproc2.patch: New file.
* gnu/packages/admin.scm (igt-gpu-tools)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
f25529b0 — John Kehayias 2 years ago
gnu: darktable: Update to 4.4.0.

* gnu/packages/photo.scm (darktable): Update to 4.4.0.
[native-inputs]: Replace clang-11 and llvm-11 with clang and llvm,
respectively.  Darktable no longer builds with older versions.
37c2e94c — Lars-Dominik Braun 2 years ago
guix: node-build-system: Delete from peerDependencies too.

The current version of npm in Guix installs peerDependencies by default,
whereas previously it would just warn about missing/wrong packages.

Fixes <https://issues.guix.gnu.org/issue/64203>.

* guix/build/node-build-system.scm (delete-dependencies): Remove supplied
dependencies from peerDependencies field too.
7f3c6d3b — Efraim Flashner 2 years ago
gnu: sambamba: Fix building.

* gnu/packages/bioinformatics.scm (sambamba)[native-inputs]: Remove
ld-gold-wrapper, bintutils-gold. Remove input labels.
8b6bc4b2 — jgart 2 years ago
gnu: wlsunset: Update to 0.3.0.

* gnu/packages/xdisorg.scm (wlsunset): Update to 0.3.0.
7a68780f — jgart 2 years ago
gnu: purescript: Update to 0.15.9.

* gnu/packages/purescript.scm (purescript): Update to 0.15.9.
[arguments]: Break line to satisfy the linter.
30702978 — jgart 2 years ago
gnu: sc-im: Update to 0.8.3.

* gnu/packages/networking.scm (sc-im): Update to 0.8.3.
[arguments]: Use modern style, patch bash path, and enable tests.
[native-inputs]: Add bash-minimal and valgrind.
dcca13ed — Tobias Geerinckx-Rice 2 years ago
gnu: opensmtpd: Update to 7.3.0p0.

* gnu/packages/mail.scm (opensmtpd): Update to 7.3.0p0.
[arguments]: Remove obsolete 'fix-smtpctl-encrypt-bug phase.
Don't explicitly return #t from remaining phases.
65ed7a61 — Tobias Geerinckx-Rice 2 years ago
uuid: Fix NTFS UUID stringification.

Previously, (ntfs-uuid->string (string->ntfs-uuid"5234ED0D34ECF53F"))
would yield "5234EDD34ECF53F".

Reported by sughosha in #guix.

* gnu/system/uuid.scm (ntfs-uuid->string): Pad hex bytes with zero when
needed.
2e0228e7 — 宋文武 2 years ago
gnu: Add anarch.

* gnu/packages/games.scm (anarch): New variable.
Next