guix: offload: Add "status" sub-command. * guix/scripts/offload.scm (check-machine-status): New procedure. (guix-offload): Call it when the argument is "status". * doc/guix.texi (Daemon Offload Setup): Document it.
gnu: guix: Update snapshot to 02345c. * gnu/packages/package-management.scm (guix): Update to 02345c.
gnu: lookingglass: Limit to Intel compatable systems. * gnu/packages/virtualization.scm (lookingglass)[supported-systems]: New field.
gnu: gx-saturator-lv2: Update to 0-3.605330f43. * gnu/packages/music.scm (gx-saturator-lv2): Update to 0-3.605330f43.
gnu: gx-slow-gear-lv2: Update to 0-3.5d37e775b. * gnu/packages/music.scm (gx-slow-gear-lv2): Update to 0-3.5d37e775b.
gnu: gx-vbass-preamp-lv2: Update to 0-2.eb999b0ca. * gnu/packages/music.scm (gx-vbass-preamp-lv2): Update to 0-2.eb999b0ca. [inputs]: Add gtk+-2. [native-inputs]: Add pkg-config. (gx-overdriver-lv2, gx-tone-mender-lv2, gx-push-pull-lv2, gx-switchless-wah-lv2): Inherit from gx-guvnor-lv2.
gnu: Add libvdpau-va-gl. * gnu/packages/video.scm (libvdpau-va-gl): New variable. * gnu/packages/patches/libvdpau-va-gl-unbundle.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
gnu: Add knights. * gnu/packages/games.scm (knights): New variable.
gnu: axoloti-runtime: Update ChibiOS URL. * gnu/packages/axoloti.scm (axoloti-runtime)[inputs]: Update URL for ChibiOS sources.
gnu: mod-utilities: Update to 0-2.80ea3ea9f. * gnu/packages/music.scm (mod-utilities): Update to 0-2.80ea3ea9f. [arguments]: Set PREFIX and CC.
gnu: gx-vintage-fuzz-master-lv2: Fetch sources from git. * gnu/packages/music.scm (gx-vintage-fuzz-master-lv2)[source]: Fetch from git.
gnu: gx-super-fuzz-lv2: Fetch sources from git. * gnu/packages/music.scm (gx-super-fuzz-lv2)[source]: Fetch from git.
gnu: gx-voodoo-fuzz-lv2: Fetch sources from git * gnu/packages/music.scm (gx-voodoo-fuzz-lv2)[source]: Fetch from git.
gnu: gx-hyperion-lv2: Fetch sources from git. * gnu/packages/music.scm (gx-hyperion-lv2)[source]: Fetch from git.
gnu: gx-suppa-tone-bender-lv2: Fetch sources from git. * gnu/packages/music.scm (gx-suppa-tone-bender-lv2)[source]: Fetch from git.
gnu: gx-vbass-preamp-lv2: Inherit phases from gx-guvnor-lv2. * gnu/packages/music.scm (gx-vbass-preamp-lv2)[arguments]: Remove field.
gnu: gx-guvnor-lv2: Download sources from git. * gnu/packages/music.scm (gx-guvnor-lv2)[source]: Download from git. [arguments]: Decouple "install" target from build target.
gnu: gx-guvnor-lv2: Correct license. * gnu/packages/music.scm (gx-guvnor-lv2)[license]: Use GPLv3+.
services: base: Use make-static-device-nodes. Fixes <https://bugs.gnu.org/22050>. * gnu/services/base.scm (udev-shepherd-service): Use make-static-device-nodes.
linux-boot: Add make-static-device-nodes. * gnu/build/linux-boot.scm (make-static-device-nodes): New variable. (<device-node>): New variable. (read-static-device-nodes): New variable. (report-system-error): New variable. (catch-system-error): New variable. (create-device-node): New variable. (mkdir-p*): New variable. Co-Authored-By: Ludovic Courtès <ludo@gnu.org>