gnu: libdeflate: Update to 1.19. * gnu/packages/compression.scm (libdeflate): Update to 1.19.
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.
gnu: astyle: Use G-expressions. * gnu/packages/code.scm (astyle)[arguments]: Rewrite as G-expressions.
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.
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.
gnu: nmrpflash: Use G-expressions. * gnu/packages/admin.scm (nmrpflash)[arguments]: Rewrite as G-expressions.
gnu: nmrpflash: Update to 0.9.21. * gnu/packages/admin.scm (nmrpflash): Update to 0.9.21.
gnu: Add liquidctl. * gnu/packages/hardware.scm (liquidctl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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>
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>
gnu: Add python-smbus. * gnu/packages/linux.scm (python-smbus): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add qdl. * gnu/packages/flashing-tools.scm (qdl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add blinkenlights. * gnu/packages/assembly.scm (blinkenlights): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: virtuoso-ose: Update to 7.2.11. * gnu/packages/databases.scm (virtuoso-ose): Update to 7.2.11.
gnu: tio: Update to 2.7. * gnu/packages/terminals.scm (tio): Update to 2.7. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
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.
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.
gnu: bcachefs-tools: Update to 1.2-0.1e35840. * gnu/packages/file-systems.scm (bcachefs-tools): Update to 1.2-0.1e35840.
Revert "gnu: bcachefs-tools: Restyle format." This reverts commit a5477e3a82114ce2909e63a07c7e6df6da617821. This ‘guix style’d change does not improve readability, sometimes reduces it, and awkwardly cramps horizontal space.
gnu: sssd: Update to 2.9.2. * gnu/packages/sssd.scm (sssd): Update to 2.9.2. Signed-off-by: Christopher Baines <mail@cbaines.net>