summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-02-09nongnu: heroic-client: Reduce wrapper-plan.extend-wrapper-planJohn Kehayias
Most entries were unneeded or didn't make sense (trying to wrap the libraries). * nongnu/packages/game-client.scm (heroic-client)[arguments]<#:wrapper-plan>: Remove unneeded entries.
2025-02-09nongnu: vscodium: Update wrapper-plan to include binary path.John Kehayias
* nongnu/packages/editors.scm (vscodium)[arguments]<#:wrapper-plan>: Add the path for codium to its wrapper-plan. <#:phases>: Remove wrap-where-patchelf-does-not-work phase as it is no longer needed.
2025-02-09nongnu: element-desktop: Update wrapper-plan to include binary path.John Kehayias
* nongnu/packages/messaging.scm (element-desktop)[arguments]<#:wrapper-plan>: Add the path for element-desktop to its wrapper-plan. <#:phases>: Remove wrap-where-patchelf-does-not-work phase as it is no longer needed.
2025-02-09nongnu: signal-desktop: Update wrapper-plan to include binary path.John Kehayias
* nongnu/packages/messaging.scm (signal-desktop)[arguments]<#:wrapper-plan>: Add the path for signal-desktop to its wrapper-plan. <#:phases>: Remove wrap-where-patchelf-does-not-work phase as it is no longer needed.
2025-02-09nongnu: heroic-client: Update to 2.15.2.John Kehayias
* nongnu/packages/game-client.scm (heroic-client): Update to 2.15.2.
2025-02-09nongnu: heroic-client: Update wrapper-plan to include binary path.John Kehayias
* nongnu/packages/game-client.scm (heroic-client)[arguments]<#:wrapper-plan>: Add the path for heroic to its wrapper-plan. <#:phases>: Remove wrap-where-patchelf-does-not-work phase as it is no longer needed.
2025-02-09nonguix: chromium-binary-build: Extend wrapper-plan syntax.John Kehayias
This commit is similar to a0079cf1bd8ef707ab9e15a0e249cbd34f157ae4 which allowed patchelf-plan to take entries with an optional path. Here, wrapper-plan is extended to allow for additional syntax (not just a list of strings) similar to patchelf-plan. Now, entries can be a list, with the first the string for the file to be patched and the second a list which is added to the patchelf-plan. This allows, for example, to patch RPATH to effectively have $ORIGIN for binaries that need it, with an entry like `("bin/binary" (("out" "/lib/Binary")))` common for some chromium-based packages. See followup commits for these changes to reduce LD_LIBRARY_PATH wrapping in some packages. * nonguix/build-system/chromium-binary.scm (build-patchelf-plan): Handle entries in wrapper-plan which are a list so that the cdr is added to patchelf-plan for the car. (chromium-binary-build): Update doc string for this change and some basics which were not documented.
2025-02-07nongnu: signal-desktop: Update to 7.41.0.Ashish SHUKLA
* nongnu/packages/messaging.scm (signal-desktop): Update to 7.41.0. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2025-02-06nongnu: firefox: Update to 135.0 [security fixes].Tomas Volf
Fixes CVE-2025-1009, CVE-2025-1010, CVE-2025-1011, CVE-2025-1012, CVE-2025-1013, CVE-2025-1014, CVE-2025-1016, CVE-2025-1017, CVE-2025-1018, CVE-2025-1019, CVE-2025-1020. * nongnu/packages/mozilla.scm (firefox): Update to 135.0. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2025-02-06nongnu: firefox-esr: Update to 128.7.0esr [security fixes].Tomas Volf
Fixes CVE-2024-11704, CVE-2025-1009, CVE-2025-1010, CVE-2025-1011, CVE-2025-1012, CVE-2025-1013, CVE-2025-1014, CVE-2025-1016, CVE-2025-1017. * nongnu/packages/mozilla.scm (firefox-esr): Update to 128.7.0esr. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2025-02-06nongnu: firefox-esr: Use beaconDB as geolocation provider.Jonathan Brielmaier
* nongnu/packages/mozilla.scm (firefox-esr)[arguments]: Set beaconDB as geolocation provider in 'fix-preferences phase.
2025-02-03nongnu: Add linux-6.13.John Kehayias
* nongnu/packages/linux.scm (linux-6.13): New variable.
2025-01-26nongnu: dotnet: Update to 8.0.401.B. Wilson
* nongnu/packages/dotnet.scm (dotnet): Update to 8.0.401. [arguments]: Update #:patchelf-plan. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2025-01-26services: Deprecate zerotier-service for zerotier-service-type.James Kalyan
* nongnu/services/vpn (zerotier-one-service-type): Rename to ... (zerotier-service-type): ... this. Set default-value. (zerotier-one-service-type, zerotier-one-service): Deprecate procedures. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2025-01-26nongnu: signal-desktop: Update to 7.39.0.Ashish SHUKLA
* nongnu/packages/messaging.scm (signal-desktop): Update to 7.39.0. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2025-01-26nongnu: Add hugo.Romain GARBAGE
* nongnu/packages/hugo: New module. (hugo): New variable. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2025-01-22nongnu: firefox: Update to 134.0.2.Tomas Volf
* nongnu/packages/mozilla.scm (firefox): Update to 134.0.2. Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-01-21nongnu: linux-xanmod: Update to 6.12.10.Hilton Chain
* nongnu/packages/linux.scm (linux-xanmod-version): Update to 6.12.10. (linux-xanmod-source): Update hash.
2025-01-21nongnu: linux-xanmod-lts: Update to 6.6.72.Hilton Chain
* nongnu/packages/linux.scm (linux-xanmod-lts-version): Update to 6.6.72. (linux-xanmod-lts-source): Update hash.
2025-01-21nongnu: linux-firmware: Update to 20250109.Maxim Cournoyer
* nongnu/packages/linux.scm (linux-firmware): Update to 20250109. [source]: Delete patches field. * nongnu/packages/patches/linux-firmware-parallel.patch: Delete file.
2025-01-21nongnu: signal-desktop: Update to 7.38.0.Ashish SHUKLA
* nongnu/packages/messaging.scm (signal-desktop): Update to 7.38.0.
2025-01-20nonguix: Add with-transformation.Sergio Pastor Pérez
* nonguix/utils.scm (with-transformation): New procedure. Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-01-18nongnu: anytype: Update to 0.44.0.Giacomo Leidi
* nongnu/packages/productivity.scm (anytype): Update to 0.44.0. Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-01-18nongnu: clj-kondo: Update to 2025.01.16.Remco van 't Veer
* nongnu/packages/clojure.scm (clj-kondo): Update to 2025.01.16. Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-01-18nongnu: nvidia-driver: Update to 550.144.03.Hilton Chain
* nongnu/packages/nvidia.scm (nvidia-driver,nvidia-settings): Update to 550.144.03.
2025-01-16nongnu: firefox: Update to 134.0.1.Tomas Volf
* nongnu/packages/mozilla.scm (firefox): Update to 134.0.1. Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-01-15nongnu: linux-xanmod: Update to 6.12.9.Hilton Chain
* nongnu/packages/linux.scm (linux-xanmod-version): Update to 6.12.9. (linux-xanmod-source): Update hash.
2025-01-15nongnu: linux-xanmod-lts: Update to 6.6.70.Hilton Chain
* nongnu/packages/linux.scm (linux-xanmod-lts-version): Update to 6.6.70. (linux-xanmod-lts-source): Update hash.
2025-01-11nongnu: broadcom-sta: Fix build for linux@6.12.Jonathan Brielmaier
We do not need to rename the patches as Software Heritage keeps the old ones from nixpkgs repo available. * nongnu/packages/linux.scm (broadcom-sta-patch): Use rpmfusion repo as nixpkgs no longer maintains those patches. (broadcom-sta-x86_64-source): Add patch for linux@6.12 and update a comment.
2025-01-11nongnu: signal-desktop: Update to 7.37.0.Ashish SHUKLA
* nongnu/packages/messaging.scm (signal-desktop): Update to 7.37.0. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2025-01-10nongnu: Remove linux-6.11.John Kehayias
Upstream Guix will soon remove linux-libre-6.11. * nongnu/packages/linux.scm (linux-6.11): Remove variable.
2025-01-10nongnu: linux: Update the default linux package to the 6.12 series.John Kehayias
Upstream Guix will remove 6.11 soon. * nongnu/packages/linux.scm (linux): Use linux-6.12
2025-01-08nonguix: multiarch-container: Handle empty shares env variable.John Kehayias
Launching a package, like steam, with GUIX_SANDBOX_EXTRA_SHARES= (set to an empty string) will cause guix shell to fail to launch with "guix shell: error: statfs: : No such file or directory". * nonguix/multiarch-container.scm (make-container-wrapper): Check that the environment variable GUIX_SANDBOX_EXTRA_SHARES is both set and not an empty string. Reported-by: apoorv569
2025-01-08nongnu: element-desktop: Update to 1.11.89 [security fixes].John Kehayias
Previous versions fixed CVE-2024-47771, CVE-2024-51750, CVE-2024-51749, and CVE-2024-50336. * nongnu/packages/messaging.scm (element-desktop): Update to 1.11.89.
2025-01-08nongnu: firefox: Update to 134.0 [security fixes].Tomas Volf
Fixes CVE-2025-0237, CVE-2025-0238, CVE-2025-0239, CVE-2025-0240, CVE-2025-0241, CVE-2025-0242, CVE-2025-0243, CVE-2025-0244, CVE-2025-0245, CVE-2025-0246, CVE-2025-0247. * nongnu/packages/mozilla.scm (firefox): Update to 134.0. [inputs]: Replace icu4c with icu4c-75. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2025-01-08nongnu: firefox-esr: Update to 128.6.0esr [security fixes].Tomas Volf
Fixes CVE-2025-0237, CVE-2025-0238, CVE-2025-0239, CVE-2025-0240, CVE-2025-0241, CVE-2025-0242, CVE-2025-0243. * nongnu/packages/mozilla.scm (firefox-esr): Update to 128.6.0esr. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2025-01-08nongnu: linux-lts: Update to 6.12 series.Jelle Licht
Upstream Guix defaulted linux-libre-lts to 6.12 in commit 1dcd0ded86e341cbfd0567cefde1e71684c0cdba. Do the same here. * nongnu/packages/linux.scm (linux-lts): Use linux-6.12.
2025-01-08nongnu: Add linux 6.12.Leo Famulari
* nongnu/packages/linux.scm (linux-6.12): New variable. Signed-off-by: Jelle Licht <jlicht@fsfe.org>
2025-01-04nonguix: multiarch-container: Don't try to start pulseaudio.John Kehayias
Closes #241. See discussion in above issue, but the summary is that the container (or any package/program) shouldn't be trying to start pulseaudio (or other home/system services, especially that can be started on demand). While previously this was done to avoid some issue, it is not clear if that is still the case and it may possibly lead to other issues. So, let's default to a more expected (non-) behavior. * nonguix/multiarch-container.scm (make-container-wrapper): Remove invoke of pulseaudio.
2025-01-04nongnu: linux-firmware: Compress using multiple cores.Maxim Cournoyer
* nongnu/packages/patches/linux-firmware-parallel.patch: New patch. * nongnu/packages/linux.scm (linux-firmware) [source]: Apply it. [native-inputs]: Add parallel. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2025-01-04nongnu: Add a new nongnu-patches syntax.Maxim Cournoyer
* nongnu/packages.scm: New file. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2025-01-04nongnu: linux-firmware: Update to 20241210.Maxim Cournoyer
* nongnu/packages/linux.scm (linux-firmware): Update to 20241210. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2025-01-04nonguix: chromium-binary-build-system: Hint Electron Ozone Platform.Karl Hallsby
This should allow Electron apps to detect whether they are running on Wayland or X11. If they are on Wayland, then they should default to using Wayland libraries. This should help with HiDPI monitors, fractional scaling, and all the other issues that Wayland solved over X11. This environment variable is only supported by Electron versions >=28. All earlier versions relied on command-line arguments instead. * nonguix/build/chromium-binary-build-system (install-wrapper): Add ELECTRON_OZONE_PLATFORM_HINT environment variable and set to "auto". Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2025-01-04nongnu: Remove linux-4.19.Ashish SHUKLA
linux-libre@4.19 was removed from upstream Guix in commit 7b40b9d2d2ddafd6945f18f19f5e621086d57169 as it is no longer supported upstream. Fixes #361. * nongnu/packages/linux.scm (linux-4.19): Remove variable. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-12-24README.org: Mention Cuirass instance.Liam Hupfer
* README.org (Substitutes for nonguix): Mention Cuirass instance. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-12-24nongnu: signal-desktop: Update to 7.36.1.Ashish SHUKLA
* nongnu/packages/messaging.scm (signal-desktop): Update to 7.36.1. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-12-24nongnu: google-chrome-unstable: Update to 133.0.6847.2.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-unstable): Update to 133.0.6847.2. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-12-24nongnu: google-chrome-beta: Update to 132.0.6834.32.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-beta): Update to 132.0.6834.32. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-12-24nongnu: google-chrome-stable: Update to 131.0.6778.108.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-stable): Update to 131.0.6778.108. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2024-12-20nongnu: linux-xanmod: Update to 6.12.6.Hilton Chain
* nongnu/packages/linux.scm (linux-xanmod-version): Update to 6.12.6. (linux-xanmod-source): Update hashes.