/etc/substitutes/

'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/hardware.scm
AgeCommit message (Collapse)Author
2023-12-07gnu: ddcutil: Install pkgconfig file.Efraim Flashner
* gnu/packages/hardware.scm (ddcutil)[arguments]: Add a phase to install the missing pkgconfig file. Change-Id: Icd8c6c19e10c8dc426c5cd5020f0a209f0faa452
2023-12-04gnu: ddcutil: Update to 1.4.5.Greg Hogan
* gnu/packages/hardware.scm (ddcutil): Update to 1.4.5. Change-Id: I293c09af1020bcc02d9d99d636a2e64ebc25ad58 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-11-12gnu: openrgb: Fix up chmod invocations inside udev rules.Danny Milosavljevic
* gnu/packages/hardware.scm (openrgb)[arguments]<#:phases>[patch-chmod]: New phase. Change-Id: Ib82a8cc42a896aaf9dc7ea0ff36a3c259f9a26af
2023-10-03gnu: headsetcontrol: Update to 2.7.0.John Kehayias
* gnu/packages/hardware.scm (headsetcontrol): Update to 2.7.0.
2023-09-28gnu: Add liquidctl.Jean-Pierre De Jesus DIAZ
* gnu/packages/hardware.scm (liquidctl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-01gnu: Add usbrelay.Evgeny Pisemsky
* gnu/packages/hardware.scm (usbrelay): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-07-29gnu: h-client: Update URL.Maxim Cournoyer
* gnu/packages/hardware.scm (h-client) [source]: Add trailing '/' to URL.
2023-07-29gnu: h-client: Fix build.Maxim Cournoyer
* gnu/packages/hardware.scm (h-client) [phases]: Replace sbin/lspci by bin/lspci in wrap-more phase.
2023-07-16gnu: hwinfo: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (hwinfo)[inputs]: Remove input labels.
2023-07-16gnu: hwinfo: Update to 23.2.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (hwinfo): Update to 23.2.
2023-07-16gnu: hwinfo: Make with flags.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (hwinfo)[arguments]: Move CC, LIBDIR, and VERSION from hacky substitutions to superior #:make-flags. Honour them in the 'build phase.
2023-07-16gnu: hwinfo: Factorise 'install-man-pages.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (hwinfo)[arguments]: Get section numbers from the man page file names rather than hard-coding 2.
2023-07-16gnu: hwinfo: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (hwinfo)[source, arguments]: Rewrite as G-expressions.
2023-07-16gnu: hwinfo: Update to 23.1.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (hwinfo): Update to 23.1.
2023-07-16gnu: liblxi: Edit description.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (liblxi)[synopsis]: Use @acronym{}. [description]: Likewise. Expand.
2023-07-16gnu: liblxi: Update to 1.20.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (liblxi): Update to 1.20.
2023-07-16gnu: hw-probe: Fix build.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (hw-probe)[arguments]: ‘lspci’ has moved to /bin.
2023-07-16gnu: ddcutil: Update to 1.4.2.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (ddcutil): Update to 1.4.2.
2023-07-10gnu: openrgb: Update to 0.9.John Kehayias
* gnu/packages/hardware.scm (openrgb): Update to 0.9. * gnu/packages/patches/openrgb-unbundle-hueplusplus.patch: Update.
2023-07-02gnu: memtest86+: Update to 6.20.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (memtest86+): Update to 6.20.
2023-07-01gnu: tpm2-tools: New variableFelix Lechner via Guix-patches via
* gnu/packages/hardware.scm (tpm-tools): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-05-14gnu: Rename json-modern-cxx to nlohmann-json.Liliana Marie Prikler
* gnu/packages/cpp.scm (nlohmann-json): New variable. (json-modern-cxx): Mark as deprecated alias. (xtl, jsonnet)[inputs]: Use nlohmann-json. * gnu/packages/build-tools.scm (bear)[inputs]: Likewise. * gnu/packages/cybersecurity.scm (blacksmith)[inputs]: Likewise. * gnu/packages/databases.scm (sqlitebrowser)[inputs]: Adjust comment. * gnu/packages/games.scm (openrct2)[inputs]: Use nlohmann-json. * gnu/packages/graphics.scm (f3d)[native-inputs]: Likewise. * gnu/packages/hardware.scm (openrgb)[inputs]: Likewise. [arguments]: Adjust accordingly. * gnu/packages/image-processing.scm (paraview)[inputs]: Adjust comment. * gnu/packages/irods.scm (irods, irods-client-icommands)[inputs]: Use nlohmann-json. * gnu/packages/jupyter.scm (xeus)[inputs]: Likewise. * gnu/packages/messaging.scm (mtxclient, nheko)[inputs]: Likewise. * gnu/packages/text-editors.scm (jucipp)[inputs]: Likewise. * gnu/packages/video.scm (mktoolnix)[inputs]: Likewise. * gnu/packages/xdisorg.scm (nwg-launchers)[inputs]: Likewise.
2023-04-23gnu: Add lxi-tools.Petr Hodina
* gnu/packages/hardware.scm (lxi-tools): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-23gnu: Add liblxi.Petr Hodina
* gnu/packages/hardware.scm (liblxi): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-03-28gnu: ddcutil: Update to 1.4.1.Spencer Skylar Chan
* gnu/packages/hardware.scm (ddcutil): Update to 1.4.1. [arguments](phases): Remove them. i2c group access is no longer strictly required; see https://github.com/rockowitz/ddcutil/issues/275. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-12gnu: memtest86+: Update to 6.10.Tobias Geerinckx-Rice
* gnu/packages/hardware.scm (memtest86+): Update to 6.10.