~ruther/guix-local

4e643747 — Tobias Geerinckx-Rice 2 years ago
gnu: libdeflate: Update to 1.19.

* gnu/packages/compression.scm (libdeflate): Update to 1.19.
ee6b92a9 — Tobias Geerinckx-Rice 2 years ago
gnu: astyle: Don't build static or debug libraries.

* gnu/packages/code.scm (astyle)[arguments]: Build only the "release"
and "shared" targets we actually care about.
cf6bbf18 — Tobias Geerinckx-Rice 2 years ago
gnu: astyle: Use G-expressions.

* gnu/packages/code.scm (astyle)[arguments]:
Rewrite as G-expressions.
4658173e — Tobias Geerinckx-Rice 2 years ago
gnu: astyle: Omit static libraries.

* gnu/packages/code.scm (astyle)[arguments]: Improve the buggy regexp
in the 'install-libs phase to install only dynamic libraries.
b2b74114 — Tobias Geerinckx-Rice 2 years ago
gnu: astyle: Update to 3.4.8.

* gnu/packages/code.scm (astyle): Update to 3.4.8.
[arguments]: Don't explicitly return #t from phases.
974b04ab — Tobias Geerinckx-Rice 2 years ago
read-print: Be more mindful of horizontal space in packages.

Perhaps due to their staged nature, packages tend to be ‘lopsided’: deeply
nested, with the most elaborate code on the {build,right-hand-,in}side, in
snippets and phases.

When we indent outer forms too eagerly, we can easily run short on
columns by the time we get to the build code, reducing readability.  A
few strategically-placed newlines early on can make a big difference.

* guix/read-print.scm (%newline-forms): Add a newline after opening a
<package> source field or an argument list.  Compensate by removing the
base32 special case, which is now unnecessary.
2bae0081 — Tobias Geerinckx-Rice 2 years ago
gnu: nmrpflash: Use G-expressions.

* gnu/packages/admin.scm (nmrpflash)[arguments]:
Rewrite as G-expressions.
674355c3 — Tobias Geerinckx-Rice 2 years ago
gnu: nmrpflash: Update to 0.9.21.

* gnu/packages/admin.scm (nmrpflash): Update to 0.9.21.
d0438fcf — Jean-Pierre De Jesus DIAZ 2 years ago
gnu: Add liquidctl.

* gnu/packages/hardware.scm (liquidctl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
18bf6c69 — Jean-Pierre De Jesus DIAZ 2 years ago
gnu: python-pyusb: Add libusb-compat backend.

* gnu/packages/libusb.scm (python-pyusb) <arguments>: Do not hard-code
  libusb1 library for all back-ends, and allow to use libusb0 as a
  back-end.  Also enabled tests as the package does have a test suite.

* gnu/packages/libusb.scm (python-pyusb) <inputs>: Add libusb-compat.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
c307a184 — Jean-Pierre De Jesus DIAZ 2 years ago
gnu: python-pyusb: Use G-Expressions.

* gnu/packages/usb.scm (python-pyusb) <arguments>: Use G-Expressions
  style instead of quoting.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ab8290c0 — Jean-Pierre De Jesus DIAZ 2 years ago
gnu: Add python-smbus.

* gnu/packages/linux.scm (python-smbus): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8843e1e3 — B. Wilson 2 years ago
gnu: Add qdl.

* gnu/packages/flashing-tools.scm (qdl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d0d6851d — B. Wilson 2 years ago
gnu: Add blinkenlights.

* gnu/packages/assembly.scm (blinkenlights): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
72fc91b1 — Ludovic Courtès 2 years ago
tests: ‘rewrite-url’ test no longer depends on network access.

Fixes <https://issues.guix.gnu.org/66097>.
Previously, this test would actually need to access dist.libuv.org.

* tests/gnu-maintenance.scm ("rewrite-url, without to-version"): Change
URLs from https to http, and from libuv.org to libuv.example.org.
Parameterize ‘current-http-proxy’.

Reported-by: Janneke Nieuwenhuizen <janneke@gnu.org>
bab1d170 — Roel Janssen 2 years ago
gnu: virtuoso-ose: Update to 7.2.11.

* gnu/packages/databases.scm (virtuoso-ose): Update to 7.2.11.
0500af55 — Tobias Geerinckx-Rice 2 years ago
Revert "build: Add missing guix-gc.timer file to binary tarball."

This reverts commit 69f6edc1a8596d2cb4c67e0435d35633af6f3cbc.

The intention is good, but nodist_systemdservice_DATA are meant to be
disposable artefacts generated from corresponding ‘.in’ files.

etc/guix-gc.timer doesn't fit that description, breaking builds:

  $ make clean && make
  …
  make[2]: *** No rule to make target 'etc/guix-gc.timer', needed by 'all-am'.  Stop.
01153b63 — Raphaël Mélotte 2 years ago
gnu: tio: Update to 2.7.

* gnu/packages/terminals.scm (tio): Update to 2.7.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
bd6af33d — Tobias Geerinckx-Rice 2 years ago
gnu: bcachefs-tools: Restore mount.bcachefs shell script version.

* gnu/packages/file-systems.scm (bcachefs-tools): Add back the old
'promote-mount.bcachefs.sh, tweaked to remove the new symlink.
[inputs]: Add back coreutils-minimal, gawk, and util-linux.
21363801 — Tobias Geerinckx-Rice 2 years ago
gnu: bcachefs-tools: Remove obsolete phase.

* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Remove
obsolete phase to 'patch-shell-wrappers that no longer exist.
Next