summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-08nongnu: Remove linux-6.7.John Kehayias
Guix will remove linux-libre-6.7 soon (end of life), so remove linux-6.7 before it leads to an error in 'guix pull' when it is removed upstream. * nongnu/packages/linux.scm (linux-6.7): Remove variable.
2024-04-08nongnu: linux: Update the default linux package to the 6.8 series.John Kehayias
Upstream Guix defaulted to linux-libre-6.8 in commit 40e44bdea6f4c3dc3563427fdf096a60812534a7. Do likewise here. * nongnu/packages/linux.scm (linux): Use linux-6.8.
2024-04-07nongnu: intel-media-driver: Update to 23.4.3.Jelle Licht
* nongnu/packages/video.scm (intel-media-driver): Update to 23.4.3.
2024-04-07nongnu: gmmlib: Update to 22.3.15.Jelle Licht
* nongnu/packages/video.scm (gmmlib): Update to 22.3.15.
2024-04-04nongnu: firefox: Update to 124.0.2.Tomas Volf
* nongnu/packages/mozilla.scm (firefox): Update to 124.0.2. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-04-01nongnu: compcert: Update to 3.13.1.Jonathan Brielmaier
* nongnu/packages/coq.scm (compcert): Update to 3.13.1. [arguments]: Allow newer coq version.
2024-04-01gnu: eduke32, fury: Update to 20240316-10564-0bc78c53d.Timotej Lazar
* nongnu/packages/game-development.scm (eduke32, fury): Update to 20240316-10564-0bc78c53d. Rewrite to use gexps. [arguments]: Drop unnecessary make-flags. Drop wrapper script as upstream now handles configuration directories. [native-inputs]: Add gdk-pixbuf to fix compilation. [license]: Add gpl2. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-04-01gnu: linux-firmware: Don’t skip deduplication.Timotej Lazar
* nongnu/packages/linux.scm (linux-firmware)[arguments]: Don’t skip file deduplication. [native-inputs]: Add rdfind. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-04-01nongnu: linux-firmware: Switch to gexps.Timotej Lazar
* nongnu/packages/linux.scm (linux-firmware, amd-microcode, amdgpu-firmware, atheros-firmware, i915-firmware, ibt-hw-firmware, iwlwifi-firmware, radeon-firmware, realtek-firmware): Switch to gexps. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-04-01nongnu: linux-firmware: Update to 20240312.Timotej Lazar
* nongnu/packages/linux.scm (linux-firmware): Update to 20240312. [arguments]: Disable strip-binaries? and validate-runpath? flags but keep the corresponding build phases. (select-firmware): Handle the new RawFile keyword. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-03-30nonguix: chromium-binary: Use search-path-as-list from (guix build utils).Giacomo Leidi
We rely on the upstream implementation to avoid duplicating effort. * nonguix/build/chromium-binary-build-system (install-wrapper): Use search-path-as-list; * nonguix/build/utils.scm (build-paths-for-input): remove variable; (build-paths-from-inputs): remove variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-03-30nongnu: zerotier: Update to 1.12.2.Alexey Abramov
* nongnu/packages/vpn.scm (zerotier): Update to 1.12.2. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-03-30nongnu: google-chrome-unstable: Update to 125.0.6368.2.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-unstable): Update to 125.0.6368.2. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-03-30nongnu: google-chrome-beta: Update to 124.0.6367.18.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-beta): Update to 124.0.6367.18. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-03-30nongnu: google-chrome-stable: Update to 123.0.6312.86.Giacomo Leidi
This update includes 7 security fixes. Fixes CVE-2024-2883, CVE-2024-2885, CVE-2024-2886, CVE-2024-2887. * nongnu/packages/chrome.scm (google-chrome-stable): Update to 123.0.6312.86. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-03-23nongnu: Add linux@6.8.John Kehayias
Guix added linux-libre@6.8 in f6f4c71df5558b168fe7a313522af7ea5fe2d0dc but it is not set as the default yet. * nongnu/packages/linux.scm (linux-6.8): New variable.
2024-03-22nongnu: Add babashka.Daniel Ziltener
* nongnu/packages/clojure.scm (babashka): New variable. Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Co-authored-by: John Kehayias <john.kehayias@protonmail.com>
2024-03-22nongnu: Add clojure-lsp.Daniel Ziltener
* nongnu/packages/clojure.scm (clojure-lsp): New variable. Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Co-authored-by: John Kehayias <john.kehayias@protonmail.com>
2024-03-22nongnu: clj-kondo: Update to 2024.03.13.Daniel Ziltener
* nongnu/packages/clojure.scm (clj-kondo): Update to 2024.03.13. [arguments]: Update install-plan path. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-03-22nongnu: firefox: Update to 124.0.1 [security fixes].Tomas Volf
Fixes CVE-2024-29943, CVE-2024-29944. * nongnu/packages/mozilla.scm (firefox): Update to 124.0.1. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-03-22nongnu: firefox-esr: Update to 115.9.1esr [security fixes].Tomas Volf
Fixes CVE-2024-29944. * nongnu/packages/mozilla.scm (firefox-esr): Update to 115.9.1esr. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-03-22nonguix: multiarch-container: Link fonts to /usr/share/fonts.Hilton Chain
* nonguix/multiarch-container.scm (make-internal-script): Link fonts to /usr/share/fonts. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-03-22nonguix: multiarch-container: Expose /etc/os-release.Hilton Chain
* nonguix/multiarch-container.scm (make-container-wrapper): Expose /etc/os-release. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-03-22nonguix: multiarch-container: Preserve TZ and TZDIR.Hilton Chain
* nonguix/multiarch-container.scm (make-container-wrapper): Preserve TZ and TZDIR. Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Co-authored-by: John Kehayias <john.kehayias@protonmail.com>
2024-03-22multiarch-container: make-internal-script: Add VDPAU paths to LD_LIBRARY_PATH.Hilton Chain
* nonguix/multiarch-container.scm (make-container-wrapper): Don't set VDPAU_DRIVER_PATH. (make-internal-script): Add VDPAU paths to LD_LIBRARY_PATH. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-03-22multiarch-container: make-container-wrapper: Set LIBVA_DRIVERS_PATH.Hilton Chain
* nonguix/multiarch-container.scm (make-container-wrapper): Set LIBVA_DRIVERS_PATH and preserve it. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-03-22nonguix: multiarch-container: Share Wayland environment.Hilton Chain
* nonguix/multiarch-container.scm (make-container-wrapper): Preserve environment variables and share socket for Wayland. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-03-22nonguix: multiarch-container: Symlink EGL configurations.Hilton Chain
* nonguix/multiarch-container.scm (make-internal-script): Symlink EGL configurations. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-03-22nonguix: multiarch-container: Symlink all available Vulkan layers.Hilton Chain
* nonguix/multiarch-container.scm (make-internal-script): Symlink all available Vulkan layers. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-03-22multiarch-container: make-internal-script: Improve icd-symlink.Hilton Chain
* nonguix/multiarch-container.scm (make-internal-script)[icd-symlink]: Allow custom directory. Rename to… [file-symlink]: …this. [get-files]: New procedure to simplify find-files use. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-03-22nongnu: game-client: Preserve environment variables for NVIDIA driver.Hilton Chain
* nongnu/packages/nvidia.scm (%nvidia-environment-variable-regexps): New variable. * nongnu/packages/game-client.scm (steam-nvidia-container) (heroic-nvidia-container): Use it. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-03-22nongnu: game-client: Build ld.so.cache for NVIDIA containers.Hilton Chain
* nongnu/packages/game-client.scm (steam-nvidia-ld.so.conf) (steam-nvidia-ld.so.cache): New variables. (steam-nvidia-container,heroic-nvidia-container): Use them. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-03-22nongnu: game-client: Replace mesa with nvda in NVIDIA containers.Hilton Chain
* nongnu/packages/game-client.scm (steam-nvidia-container-libs): New variable. (steam-nvidia-container,heroic-nvidia-container): Use it. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-03-22nongnu: game-client: Add steam-container-libs variable.Hilton Chain
* nongnu/packages/game-client.scm (steam-container-libs): New variable. (steam-ld.so.conf,steam-container,heroic-container): Use it. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-03-21nongnu: firefox: Update to 124.0 [security fixes].Tomas Volf
Fixes CVE-2023-5388, CVE-2024-2605, CVE-2024-2606, CVE-2024-2607, CVE-2024-2608, CVE-2024-2609, CVE-2024-2610, CVE-2024-2611, CVE-2024-2612, CVE-2024-2613, CVE-2024-2614, CVE-2024-2615. * nongnu/packages/mozilla.scm (firefox): Update to 124.0. [arguments]<#:phases>{'remove-cargo-frozen-flag}: New phase. (firefox-wayland): Wrap comment. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-03-21nongnu: firefox-esr: Update to 115.9.0esr [security fixes].Tomas Volf
Fixes CVE-2023-5388, CVE-2024-0743, CVE-2024-2605, CVE-2024-2607, CVE-2024-2608, CVE-2024-2610, CVE-2024-2611, CVE-2024-2612, CVE-2024-2614, CVE-2024-2616. * nongnu/packages/mozilla.scm (firefox-esr): Update to 115.9.0esr. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-03-21nongnu: signal-desktop: Update to 7.3.0.Jonathan Brielmaier
* nongnu/packages/messaging.scm (signal-desktop): Update to 7.3.0.
2024-03-17nongnu: intel-microcode: Update to 20240312 [security fixes].Timotej Lazar
Fixes CVE-2023-43490, CVE-2023-39368, CVE-2023-38575, CVE-2023-28746, CVE-2023-22655. * nongnu/packages/linux.scm (intel-microcode): Update to 20240312. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-03-15nongnu: rtl8821ce-linux-module: Update to 0.0.0-11.66983b6.Jonathan Brielmaier
* nongnu/packages/linux.scm (rtl8821ce-linux-module): Update to 0.0.0-11.66983b6.
2024-03-15nongnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-12.a3e0c0b.Jonathan Brielmaier
* nongnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to 5.6.4.2-12.a3e0c0b.
2024-03-15nongnu: ap6256-firmware: Update installed firmware.Efraim Flashner
* nongnu/packages/firmware.scm (ap6256-firmware)[arguments]: Update install-plan to install to the correct destination. Sent to me directly via e-mail. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-03-14nongnu: sbcl-cl-electron: Update to 0.0.0-3.f2245dc.Andre A. Gomes
* nongnu/packages/lisp.scm (sbcl-cl-electron): Update to 0.0.0-3.f2245dc. [native-inputs]: Remove `sbcl` and commented out `sbcl-lisp-unit2`. [inputs]: Add `sbcl-cl-ppcre`, `sbcl-lparallel` and `sbcl-spinneret`. [arguments]: Disable test and use asd-systems. Add phase to fix paths. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-03-14nongnu: Add electron@29.Jonathan Brielmaier
* nongnu/packages/electron.scm (electron-29): New variable. Co-authored-by: Andre A. Gomes <andremegafone@gmail.com>
2024-03-14nongnu: Add electron@28.Jonathan Brielmaier
* nongnu/packages/electron.scm (electron-28): New variable. Co-authored-by: Andre A. Gomes <andremegafone@gmail.com>
2024-03-14nongnu: electron: Update to 27.3.6.Andre A. Gomes
* nongnu/packages/electron.scm (electron): Rename to `electron-27` and default to it. (electron-source): New procedure. (electron-27): Update to 27.3.6. [source]: Use `electron-source`. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-03-14nongnu: anytype: Update to 0.39.0.Giacomo Leidi
* nongnu/packages/productivity.scm (anytype): Update to 0.39.0; [origin]<uri>: update to match the new distribution URI scheme; [arguments]<wrapper-plan>: include additional binary. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-03-14nongnu: firefox: Update to 123.0.1.Tomas Volf
* nongnu/packages/mozilla.scm (firefox): Update to 123.0.1. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-03-12nongnu: Set linux to linux@6.7John Kehayias
Upstream Guix defaulted to linux-libre@6.7 in commit 001dfb89579856b8695b33b59f484f36e313347f. Do likewise here. Also, update my copyright header from previous year as well. * nongnu/packages/linux.scm (linux): Set to linux-6.7.
2024-03-03nongnu: Update vscodium to 1.87.0.24060.Danny Milosavljevic
* nongnu/packages/editors.scm (vscodium): Update to 1.87.0.24060. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-03-03nongnu: linux-xanmod: Update to 6.7.6.Hilton Chain
* nongnu/packages/linux.scm (linux-xanmod-version): Update to 6.7.6. (linux-xanmod-source): Update hash. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>