summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-01nongnu: linux-firmware: Switch to gexps.•••* 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> Timotej Lazar
2024-04-01nongnu: linux-firmware: Update to 20240312.•••* 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> Timotej Lazar
2024-03-30nonguix: chromium-binary: Use search-path-as-list from (guix build utils).•••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> Giacomo Leidi
2024-03-30nongnu: zerotier: Update to 1.12.2.•••* nongnu/packages/vpn.scm (zerotier): Update to 1.12.2. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Alexey Abramov
2024-03-30nongnu: google-chrome-unstable: Update to 125.0.6368.2.•••* nongnu/packages/chrome.scm (google-chrome-unstable): Update to 125.0.6368.2. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Giacomo Leidi
2024-03-30nongnu: google-chrome-beta: Update to 124.0.6367.18.•••* nongnu/packages/chrome.scm (google-chrome-beta): Update to 124.0.6367.18. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Giacomo Leidi
2024-03-30nongnu: google-chrome-stable: Update to 123.0.6312.86.•••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> Giacomo Leidi
2024-03-23nongnu: Add linux@6.8.•••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. John Kehayias
2024-03-22nongnu: Add babashka.•••* 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> Daniel Ziltener
2024-03-22nongnu: Add clojure-lsp.•••* 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> Daniel Ziltener
2024-03-22nongnu: clj-kondo: Update to 2024.03.13.•••* 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> Daniel Ziltener
2024-03-22nongnu: firefox: Update to 124.0.1 [security fixes].•••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> Tomas Volf
2024-03-22nongnu: firefox-esr: Update to 115.9.1esr [security fixes].•••Fixes CVE-2024-29944. * nongnu/packages/mozilla.scm (firefox-esr): Update to 115.9.1esr. Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Tomas Volf
2024-03-22nonguix: multiarch-container: Link fonts to /usr/share/fonts.•••* nonguix/multiarch-container.scm (make-internal-script): Link fonts to /usr/share/fonts. Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Hilton Chain
2024-03-22nonguix: multiarch-container: Expose /etc/os-release.•••* nonguix/multiarch-container.scm (make-container-wrapper): Expose /etc/os-release. Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Hilton Chain
2024-03-22nonguix: multiarch-container: Preserve TZ and TZDIR.•••* 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> Hilton Chain
2024-03-22multiarch-container: make-internal-script: Add VDPAU paths to LD_LIBRARY_PATH.•••* 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> Hilton Chain
2024-03-22multiarch-container: make-container-wrapper: Set LIBVA_DRIVERS_PATH.•••* nonguix/multiarch-container.scm (make-container-wrapper): Set LIBVA_DRIVERS_PATH and preserve it. Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Hilton Chain
2024-03-22nonguix: multiarch-container: Share Wayland environment.•••* nonguix/multiarch-container.scm (make-container-wrapper): Preserve environment variables and share socket for Wayland. Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Hilton Chain
2024-03-22nonguix: multiarch-container: Symlink EGL configurations.•••* nonguix/multiarch-container.scm (make-internal-script): Symlink EGL configurations. Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Hilton Chain
2024-03-22nonguix: multiarch-container: Symlink all available Vulkan layers.•••* nonguix/multiarch-container.scm (make-internal-script): Symlink all available Vulkan layers. Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Hilton Chain
2024-03-22multiarch-container: make-internal-script: Improve icd-symlink.•••* 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> Hilton Chain
2024-03-22nongnu: game-client: Preserve environment variables for NVIDIA driver.•••* 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> Hilton Chain
2024-03-22nongnu: game-client: Build ld.so.cache for NVIDIA containers.•••* 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> Hilton Chain
2024-03-22nongnu: game-client: Replace mesa with nvda in NVIDIA containers.•••* 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> Hilton Chain
2024-03-22nongnu: game-client: Add steam-container-libs variable.•••* 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> Hilton Chain
2024-03-21nongnu: firefox: Update to 124.0 [security fixes].•••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> Tomas Volf
2024-03-21nongnu: firefox-esr: Update to 115.9.0esr [security fixes].•••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> Tomas Volf
2024-03-21nongnu: signal-desktop: Update to 7.3.0.•••* nongnu/packages/messaging.scm (signal-desktop): Update to 7.3.0. Jonathan Brielmaier
2024-03-17nongnu: intel-microcode: Update to 20240312 [security fixes].•••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> Timotej Lazar
2024-03-15nongnu: rtl8821ce-linux-module: Update to 0.0.0-11.66983b6.•••* nongnu/packages/linux.scm (rtl8821ce-linux-module): Update to 0.0.0-11.66983b6. Jonathan Brielmaier
2024-03-15nongnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-12.a3e0c0b.•••* nongnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to 5.6.4.2-12.a3e0c0b. Jonathan Brielmaier
2024-03-15nongnu: ap6256-firmware: Update installed firmware.•••* 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> Efraim Flashner
2024-03-14nongnu: sbcl-cl-electron: Update to 0.0.0-3.f2245dc.•••* 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> Andre A. Gomes
2024-03-14nongnu: Add electron@29.•••* nongnu/packages/electron.scm (electron-29): New variable. Co-authored-by: Andre A. Gomes <andremegafone@gmail.com> Jonathan Brielmaier
2024-03-14nongnu: Add electron@28.•••* nongnu/packages/electron.scm (electron-28): New variable. Co-authored-by: Andre A. Gomes <andremegafone@gmail.com> Jonathan Brielmaier
2024-03-14nongnu: electron: Update to 27.3.6.•••* 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> Andre A. Gomes
2024-03-14nongnu: anytype: Update to 0.39.0.•••* 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> Giacomo Leidi
2024-03-14nongnu: firefox: Update to 123.0.1.•••* nongnu/packages/mozilla.scm (firefox): Update to 123.0.1. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Tomas Volf
2024-03-12nongnu: Set linux to linux@6.7•••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. John Kehayias
2024-03-03nongnu: Update vscodium to 1.87.0.24060.•••* nongnu/packages/editors.scm (vscodium): Update to 1.87.0.24060. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Danny Milosavljevic
2024-03-03nongnu: linux-xanmod: Update to 6.7.6.•••* 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> Hilton Chain
2024-03-03nongnu: linux-xanmod-lts: Update to 6.6.18.•••* nongnu/packages/linux.scm (linux-xanmod-lts-version): Update to 6.6.18. (linux-xanmod-lts-source): Update hash. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Hilton Chain
2024-02-25nongnu: corrupt-linux: Pass 'linux' argument to customize-linux.•••This fixes an issue where corrupt-linux would use the kernel config from the wrong version. The reason is that the package phases in customize-linux come from inheriting the package in the 'linux' keyword argument, defaulting to linux-libre. The kernel configuration comes in the configure phase. Since we did not use this in the customize-linux in corrupt-linux, we would be using the wrong configuration. For example, linux-6.7 would be built with the linux-libre-6.6 kernel config rather than linux-libre-6.7, missing the new CONFIG_BCACHEFS_FS option. Presumably all of our kernels were trying to use the default linux-libre version kernel config rather than the correct one to match their version. This should fix that. * nongnu/packages/linux.scm (corrupt-linux): Use the 'linux' keyword argument in customize-linux. Reported-by: reedm and yelninei on the #nonguix IRC channel. John Kehayias
2024-02-23nongnu: heroic-container: Link all of 'share' from heroic-client.•••Followup to 5d5d496 to do the same for heroic. * nongnu/packages/game-client.scm (heroic-container)[link-files]: Link all of 'share' from heroic-client. John Kehayias
2024-02-23nongnu: steam-container: Link all of 'share' from steam-client.•••Previously, only the .desktop files from steam-client were shared with steam-container, and thus only those were available directly when installing the steam package. This would miss things like the icons (needed in some cases for tray support, for example, in waybar). Update to share all of 'share' to provide a more complete package for the user. * nongnu/packages/game-client.scm (steam-container)[link-files]: Link all of 'share' from steam-client. John Kehayias
2024-02-21nongnu: linux-xanmod: Update to 6.7.5.•••* nongnu/packages/linux.scm (linux-xanmod-version): Update to 6.7.5. (linux-xanmod-source): Update hash. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Hilton Chain
2024-02-21nongnu: linux-xanmod-lts: Update to 6.6.17.•••* nongnu/packages/linux.scm (linux-xanmod-lts-version): Update to 6.6.17. (linux-xanmod-lts-source): Update hash. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Hilton Chain
2024-02-21nongnu: firefox: Update to 123.0 [security fixes].•••Fixes CVE-2024-1546, CVE-2024-1547, CVE-2024-1548, CVE-2024-1549, CVE-2024-1550, CVE-2024-1551, CVE-2024-1552, CVE-2024-1553, CVE-2024-1554, CVE-2024-1555, CVE-2024-1556, CVE-2024-1557. * nongnu/packages/mozilla.scm (firefox): Update to 123.0. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Tomas Volf
2024-02-21nongnu: firefox-esr: Update to 115.8.0esr [security fixes].•••Fixes CVE-2024-1546, CVE-2024-1547, CVE-2024-1548, CVE-2024-1549, CVE-2024-1550, CVE-2024-1551, CVE-2024-1552, CVE-2024-1553. * nongnu/packages/mozilla.scm (firefox-esr): Update to 115.8.0esr. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Tomas Volf