aboutsummaryrefslogtreecommitdiff
path: root/doc
ModeNameSize
-rw-r--r--build.scm55029logplainabout
-rw-r--r--contributing.texi56056logplainabout
-rw-r--r--environment-gdb.scm481logplainabout
-rw-r--r--fdl-1.3.texi23433logplainabout
-rw-r--r--guix-cookbook.texi98590logplainabout
-rw-r--r--guix.texi1222352logplainabout
-rw-r--r--htmlxref.cnf21794logplainabout
d---------images540logplain
-rw-r--r--local.mk8782logplainabout
-rw-r--r--package-hello.json840logplainabout
-rw-r--r--package-hello.scm615logplainabout
class='msg-tooltip'>* gnu/packages/hardware.scm (memtest86+): Update to 6.01. Tobias Geerinckx-Rice 2022-12-28gnu: ddcutil: Install udev rules at their expected location....* gnu/packages/hardware.scm (ddcutil) [arguments]: New field. [description]: Document how the included udev rules can be used. Maxim Cournoyer 2022-12-11gnu: hw-probe: Update to 1.6.5....* gnu/packages/hardware.scm (hw-probe): Update to 1.6.5. [inputs]: Add edac-utils. Tobias Geerinckx-Rice 2022-12-15gnu: rkdeveloptool: Fix build failure....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. Efraim Flashner 2022-12-01gnu: openrgb: Unbundle more libraries....* gnu/packages/hardware.scm (openrgb)[source]: Adjust snippet to remove more bundled dependencies. Efraim Flashner 2022-12-01gnu: openrgb: Update to 0.8....* 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> Kaelyn Takata 2022-10-23gnu: memtest86+: Build reproducibly....* 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. Tobias Geerinckx-Rice 2022-10-23gnu: memtest86+: Include a GRUB-based ISO image....* 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. Tobias Geerinckx-Rice 2022-10-23gnu: memtest86+: Use G-expressions....* gnu/packages/hardware.scm (memtest86+)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice 2022-10-23gnu: memtest86+: Update to 6.00....* 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. Tobias Geerinckx-Rice 2022-10-23gnu: usbguard: Update to 1.1.2....* gnu/packages/hardware.scm (usbguard): Update to 1.1.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> kiasoc5 2022-10-23gnu: ddcui: Update to 0.3.0....* 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> kiasoc5 2022-10-23gnu: ddcutil: Update to 1.3.2....* gnu/packages/hardware.scm (ddcutil): Update to 1.3.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> kiasoc5 2022-10-16gnu: headsetcontrol: Update to 2.6.1....* gnu/packages/hardware.scm (headsetcontrol): Update to 2.6.1. Tobias Geerinckx-Rice 2022-10-10gnu: Move libqb to high-availability....* 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> Sharlatan Hellseher 2022-08-07gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058]....* gnu/packages/hardware.scm (usbguard): Update to 1.1.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> kiasoc5 via Guix-patches via 2022-08-07gnu: usbguard: Use new package style....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> kiasoc5 via Guix-patches via