summaryrefslogtreecommitdiff
path: root/gnu/packages/hardware.scm
AgeCommit message (Collapse)Author
2023-02-12gnu: memtest86+: Update to 6.10.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (memtest86+): Update to 6.10.
2023-01-29gnu: hwinfo: Update to 22.2.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (hwinfo): Update to 22.2.
2023-01-29gnu: memtester: Update to 4.6.0.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (memtester): Update to 4.6.0. [source]: Add a mirror URI.
2023-01-29gnu: memtest86+: Update to 6.01.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (memtest86+): Update to 6.01.
2022-12-28gnu: ddcutil: Install udev rules at their expected location.Maxim Cournoyer
* gnu/packages/hardware.scm (ddcutil) [arguments]: New field. [description]: Document how the included udev rules can be used.
2022-12-11gnu: hw-probe: Update to 1.6.5.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (hw-probe): Update to 1.6.5. [inputs]: Add edac-utils.
2022-12-15gnu: rkdeveloptool: Fix build failure.Efraim Flashner
This change was tested against a Pinebook Pro. * gnu/packages/hardware.scm (rkdeveloptool)[source]: Add snippet to fix build errors based on upstream pull request.
2022-12-01gnu: openrgb: Unbundle more libraries.Efraim Flashner
* gnu/packages/hardware.scm (openrgb)[source]: Adjust snippet to remove more bundled dependencies.
2022-12-01gnu: openrgb: Update to 0.8.Kaelyn Takata
* gnu/packages/hardware.scm (openrgb): Update to 0.8. [native-inputs]: Add qttools-5 for generating translations. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-23gnu: memtest86+: Build reproducibly.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (memtest86+)[source]: Add patch. * gnu/packages/patches/memtest86+-build-reproducibly.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2022-10-23gnu: memtest86+: Include a GRUB-based ISO image.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (memtest86+)[arguments]: Add a new 'patch-broken-Makefiles and custom 'build phase. Add "grub-memtest.iso" to the list of files to 'install. [native-inputs]: Add dosfstools, grub-hybrid, mtools, and xorriso.
2022-10-23gnu: memtest86+: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (memtest86+)[arguments]: Rewrite as G-expressions.
2022-10-23gnu: memtest86+: Update to 6.00.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (memtest86+): Update to 6.00. [source]: Use GIT-FETCH & GIT-FILE-NAME. [arguments]: Stop forcing #:system i686-linux. Instead, honour the target word size in a new 'enter-build-directory phase. Remove custom 'build phase: ‘memtest’ was replaced by ‘memtest.efi’. Adjust the 'install phase accordingly, and install only ‘README.md’. [native-inputs]: Remove gcc-4.9. [description]: Remove obsolete BIOS limitation.
2022-10-23gnu: usbguard: Update to 1.1.2.kiasoc5
* gnu/packages/hardware.scm (usbguard): Update to 1.1.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-23gnu: ddcui: Update to 0.3.0.kiasoc5
* gnu/packages/hardware.scm (ddcui): Update to 0.3.0. [arguments]: Use new style for arguments. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-23gnu: ddcutil: Update to 1.3.2.kiasoc5
* gnu/packages/hardware.scm (ddcutil): Update to 1.3.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-16gnu: headsetcontrol: Update to 2.6.1.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (headsetcontrol): Update to 2.6.1.
2022-10-10gnu: Move libqb to high-availability.Sharlatan Hellseher
* gnu/packages/hardware.scm (libqb): Move to high-availability.scm. * gnu/packages/high-availability.scm: New file. * gnu/local.mk: Add high-availability.scm to GNU_SYSTEM_MODULES list. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-07gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058].kiasoc5 via Guix-patches via
* gnu/packages/hardware.scm (usbguard): Update to 1.1.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-08-07gnu: usbguard: Use new package style.kiasoc5 via Guix-patches via
Use G-exps and #$output while we're at it. * gnu/packages/hardware.scm (usbguard)[arguments]: Use G-expressions. <#:phases>: Use '#$output' instead of 'assoc-ref' Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-07-31gnu: qttools: Rename to qttools-5.Maxim Cournoyer
Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
2022-07-17gnu: hwinfo: Update to 21.82.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (hwinfo): Update to 21.82.
2022-06-28h-client: Do not fail in pure environments.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/56223>. * gnu/packages/hardware.scm (h-client)[imported-modules]: New argument. [modules]: Likewise. [phases]{generate-gdk-pixbuf-loaders-cache-file} {glib-or-gtk-compile-schemas, glib-or-gtk-wrap}: Add glib-or-gtk phases. {wrap-more}: Wrap GI_TYPELIB_PATH and PATH. [inputs]: Add gobject-introspection and guile-3.0. Reported-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-06-23gnu: Add hw-probe.Raghav Gururajan
* gnu/packages/hardware.scm (hw-probe): New variable. Co-authored-by: Petr Hodina <phodina@protonmail.com> Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-06-14gnu: h-client: Fetch source from Savannah again.Maxim Cournoyer
* gnu/packages/hardware.scm (h-client)[source]: Update URL and associated comment.
2022-06-01gnu: Add h-client (again, this time with Python 3 support).Maxim Cournoyer
* gnu/packages/hardware.scm (h-client): New variable.
2022-05-29gnu: hwinfo: Rename non-standard ‘dev’ output.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (hwinfo)[outputs]: Rename ‘dev’ to ‘lib’. [arguments]: Ditto.
2022-05-29gnu: hwinfo: Update to 21.81.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (hwinfo): Update to 21.81.
2022-05-29gnu: ddcui: Update to 0.2.1.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (ddcui): Update to 0.2.1.
2022-05-29gnu: ddcutil: Update to 1.2.2.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (ddcutil): Update to 1.2.2.
2022-05-31gnu: Remove h-client.Maxim Cournoyer
* gnu/packages/hardware.scm (h-client): Delete variable.
2022-04-29gnu: Add envytools.Petr Hodina
* gnu/packages/hardware.scm (envytools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-18gnu: Add ckb-next.Formbi
* gnu/packages/hardware.scm (ckb-next): add ckb-next Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-02-07gnu: ddcutil: Update to 1.2.1.Efraim Flashner
* gnu/packages/hardware.scm (ddcutil): Update to 1.2.1. [inputs]: Add kmod and i2c-tools.
2022-02-03gnu: usbguard: Remove input labels.Marius Bakke
* gnu/packages/hardware.scm (usbguard)[native-inputs, inputs]: Remove labels. [arguments]: Use SEARCH-INPUT-FILE and remove trailing #t's.
2022-02-03gnu: usbguard: Update to 1.0.0-55-g466f1f0.Marius Bakke
* gnu/packages/hardware.scm (usbguard): Update to 1.0.0-55-g466f1f0. [source]: Switch to GIT-FETCH. [arguments]: Add phase to patch bootstrap script. Delay patch-build-scripts. [native-inputs]: Add AUTOCONF, AUTOMAKE, and LIBTOOL.
2022-01-21gnu: Add libcpuid.Zhu Zihao
* gnu/packages/hardware.scm (libcpuid): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-06gnu: Add openrgb.John Kehayias
* gnu/packages/hardware.scm (openrgb): New variable. * gnu/packages/patches/openrgb-unbundle-hueplusplus.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-06gnu: Add hueplusplus.John Kehayias
* gnu/packages/hardware.scm (hueplusplus): New variable. * gnu/packages/patches/hueplusplus-mbedtls.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2021-12-29gnu: hwinfo: Update to 21.80.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (hwinfo): Update to 21.80.
2021-12-27gnu: Add headsetcontrol.John Kehayias
* gnu/packages/hardware.scm (headsetcontrol): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-14gnu: i7z: Fix building with GCC >= 10.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (i7z)[source]: Add patch. * gnu/packages/patches/i7z-gcc-10.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2021-12-13gnu: Further simplify package inputs.Ludovic Courtès
This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-11-27gnu: wavemon: Update to 0.9.4.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (wavemon): Update to 0.9.4.
2021-11-27gnu: hwinfo: Update to 21.78.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (hwinfo): Update to 21.78.
2021-10-28gnu: Add openhmd.Vinicius Monego
* gnu/packages/hardware.scm (openhmd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-17gnu: hwinfo: Update to 21.77.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (hwinfo): Update to 21.77. [arguments]: Don't explicitly return #t from phases.
2021-10-01gnu: Add hwinfo.Raghav Gururajan
* gnu/packages/hardware.scm (hwinfo): New variable. Co-authored-by: Petr Hodina <phodina@protonmail.com>
2021-08-30gnu: Add h-client.Denis 'GNUtoo' Carikli
* gnu/packages/hardware.scm (h-client): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>