Commit graph

2168 commits

Author SHA1 Message Date
Nicolas Graves
3df17f84ac
gnu: steam-client: Update to 1.0.0.83.
* nongnu/packages/game-client.scm (steam-client): Update to 1.0.0.83.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-06-25 01:09:35 +08:00
Hilton Chain
c71fffec9d
nongnu: Add mpv-nvidia.
* nongnu/packages/video.scm (mpv-nvidia): New variable.
2025-06-25 00:39:37 +08:00
John Kehayias
94c750ad59
nongnu: element-desktop: Update to 1.11.104.
* nongnu/packages/messaging.scm (element-desktop): Update to 1.11.104.
2025-06-21 15:57:27 -04:00
Hilton Chain
382df31152
nongnu: nvidia-driver: Update to 570.169.
* nongnu/packages/nvidia.scm (nvidia-driver): Update to 570.169.
(nvidia-settings): Likewise.
2025-06-20 20:46:08 +08:00
Ashish SHUKLA
bfe682b9ab
nongnu: signal-desktop: Update to 7.58.0.
* nongnu/packages/messaging.scm (signal-desktop): Update to 7.58.0.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-06-20 20:46:08 +08:00
Hilton Chain
70a0de71d0
transformations: Deduplicate transformed field values.
* nonguix/transformations.scm (nonguix-transformation-guix)[substitute-urls]:
Delete duplicates.
(nonguix-transformation-nvidia)[kernel-arguments]: Likewise.
2025-06-20 20:40:06 +08:00
Hilton Chain
5c13dbf132
transformations: nvidia: Set nvidia_drm.modeset explicitly.
* nonguix/transformations.scm (nonguix-transformation-nvidia): Set
nvidia_drm.modeset to 0 when kernel-mode-setting? is #f.
2025-06-20 20:40:06 +08:00
John Kehayias
473e5a62cd
gnu: element-desktop: Update to 1.11.103 [security fixes].
Fixes CVE-2025-48937; previous versions fixed CVE-2025-32026.

* nongnu/packages/messaging.scm (element-desktop): Update to 1.11.103.
2025-06-12 18:24:20 -04:00
Sergey Trofimov
5516beb575
nongnu: babashka: Add validate-classpath phase.
* nongnu/packages/clojure.scm (babashka): Validate babashka runs after
build.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-06-13 01:29:08 +08:00
Hilton Chain
7be4267bd9
nongnu: installation-os-nonfree: Use Nonguix system transformations.
* nongnu/system/install.scm (installation-os-nonfree): Use Nonguix system
transformations.
(%signing-key, %channels): Delete variables.
2025-06-12 21:57:56 +08:00
Tomas Volf
dff018fa52
nongnu: firefox: Update to 139.0.4 [security fixes].
Fixes CVE-2025-49709, CVE-2025-49710.

* nongnu/packages/mozilla.scm (firefox): Update to 139.0.4.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-06-12 20:52:22 +08:00
Nicolas Graves
86f184a060
nongnu: firefox, firefox-esr: Delete testing/web-platform.
* nongnu/packages/mozilla.scm (firefox, firefox-esr)[source]: Delete
testing/web-platform to allow build with 1G less RAM.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-06-12 20:52:22 +08:00
Ashish SHUKLA
24f10c7051
nongnu: signal-desktop: Update to 7.57.0.
* nongnu/packages/messaging.scm (signal-desktop): Update to 7.57.0.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-06-12 20:52:22 +08:00
Hilton Chain
65d23d2579
transformations: Re-export ‘replace-mesa’.
* nonguix/transformations.scm: Re-export replace-mesa.
2025-06-12 20:52:18 +08:00
Hilton Chain
c68afedfd4
transformations: Add ‘nonguix-transformation-nvidia’.
* nonguix/transformations.scm (nonguix-transformation-nvidia): New procedure.
2025-06-11 22:15:43 +08:00
Hilton Chain
af7b8544df
transformations: Add ‘nonguix-transformation-linux’.
* nonguix/transformations.scm (nonguix-transformation-linux): New procedure.
2025-06-11 22:15:43 +08:00
Hilton Chain
fba2af60c9
nonguix: Add ‘nonguix-transformation-guix’.
* nonguix/transformations.scm: New file.
2025-06-11 22:15:43 +08:00
Hilton Chain
1048cbf084
nongnu: replace-mesa: Define with ‘with-transformation’.
* nongnu/packages/nvidia.scm (replace-mesa): Define with
‘with-transformation’.
2025-06-11 22:15:42 +08:00
Hilton Chain
1b855a3a07
nongnu: Deprecate linux-xanmod.
* nongnu/packages/linux.scm (linux-xanmod): superseded by linux.
2025-06-11 22:15:42 +08:00
Hilton Chain
ab919d19a7
nongnu: linux-xanmod-lts: Update to 6.12.33.
* nongnu/packages/linux.scm (linux-xanmod-lts-version): Update to 6.12.33.
(linux-xanmod-lts-source): Update hash.
2025-06-11 22:15:42 +08:00
Maxim Cournoyer
fb1cda30b6
build/chromium-binary: Add xdg-inputs to implicit inputs.
* nonguix/build-system/chromium-binary.scm (lower)
<host-inputs>: Add xdg-utils.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-06-11 22:15:42 +08:00
Maxim Cournoyer
d829ab32c4
build/chromium-binary: Use 'add-input-labels' for host-inputs labels.
* nonguix/build-system/chromium-binary.scm (add-input-labels): New procedure.
(lower) <host-inputs>: Remove labels.  Adjust accordingly.
* nonguix/build/chromium-binary-build-system.scm
(install-wrapper): Adjust for label change of fontconfig-minimal.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-06-11 22:15:42 +08:00
Maxim Cournoyer
d154ff0219
build/chromium-binary: Fix indentation.
* nonguix/build/chromium-binary-build-system.scm: Fix indentation.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-06-11 22:15:34 +08:00
Artem Ivanov
fb6696c598
nongnu: bitwarden-desktop: Update to 2025.5.1
* nongnu/packages/password-utils.scm (bitwarden-desktop): Update to 2025.5.1

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-06-09 14:23:38 +08:00
Ashish SHUKLA
d2ee13566f
nongnu: signal-desktop: Update to 7.56.1.
* nongnu/packages/messaging.scm (signal-desktop): Update to 7.56.1.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-06-07 01:30:41 +08:00
Danny Milosavljevic
02270b585e
nongnu: linux-firmware: Update to 20250509.
* nongnu/packages/linux.scm (linux-firmware): Update to 20250509.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-06-01 13:17:35 +08:00
Remco van 't Veer
7b1df97da1
nongnu: Add clojure-tools-bin.
Introduce clojure-tools-bin as a clojure-tools replacement package until
clojure-tools-deps includes missing S3TransporterFactory class.

* nongnu/packages/clojure.scm (clojure-tools-bin): New variable.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
2025-06-01 13:17:35 +08:00
Remco van 't Veer
f00514ab7d
nongnu: Remove clojure-tools.
It replaces guix clojure-tools poorly (missing CLI tools).

* nongnu/packages/clojure.scm (clojure-tools): Delete variable.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-06-01 13:17:34 +08:00
Ashish SHUKLA
5ef51fab1d
nongnu: signal-desktop: Update to 7.56.0.
* nongnu/packages/messaging.scm (signal-desktop): Update to 7.56.0.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-06-01 13:17:33 +08:00
Giacomo Leidi
0b9e1041ae
nongnu: anytype: Update to 0.46.8.
* nongnu/packages/productivity.scm (anytype): Update to 0.46.8.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-05-28 20:23:55 +08:00
Tomas Volf
007985d517
nongnu: firefox: Update to 139.0 [security fixes].
Fixes CVE-2025-5262, CVE-2025-5263, CVE-2025-5264, CVE-2025-5265,
CVE-2025-5266, CVE-2025-5267, CVE-2025-5268, CVE-2025-5270,
CVE-2025-5271, CVE-2025-5272.

* nongnu/packages/mozilla.scm (firefox): Update to 139.0.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-05-28 20:23:55 +08:00
Tomas Volf
b2a1bbec49
nongnu: firefox-esr: Update to 128.11.0esr [security fixes].
Fixes CVE-2025-5262, CVE-2025-5263, CVE-2025-5264, CVE-2025-5265,
CVE-2025-5266, CVE-2025-5267, CVE-2025-5268, CVE-2025-5269.

* nongnu/packages/mozilla.scm (firefox-esr): Update to 128.11.0esr.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-05-28 20:23:54 +08:00
Anderson Torres
4d9305bf3b
nongnu: Add google-chrome-canary.
* nongnu/packages/chrome.scm (google-chrome-canary): New variable.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-05-27 09:48:10 +08:00
Anderson Torres
08dde78562
nongnu: google-chrome-unstable: Update to 138.0.7191.0.
* nongnu/packages/chrome.scm (google-chrome-unstable): Update to 138.0.7191.0.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-05-27 09:47:59 +08:00
Anderson Torres
29cace4314
nongnu: google-chrome-beta: Update to 137.0.7151.40.
* nongnu/packages/chrome.scm (google-chrome-beta): Update to 137.0.7151.40.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-05-27 09:47:59 +08:00
Anderson Torres
9833402f67
nongnu: google-chrome-stable: Update to 136.0.7103.113.
* nongnu/packages/chrome.scm (google-chrome-stable): Update to 136.0.7103.113.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-05-27 09:47:58 +08:00
Ashish SHUKLA
7152e92a13
nongnu: signal-desktop: Update to 7.55.0.
* nongnu/packages/messaging.scm (signal-desktop): Update to 7.55.0.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-05-24 10:43:16 +08:00
Hilton Chain
029735b18e
nongnu: babashka: Use G-expressions.
* nongnu/packages/clojure.scm (babashka)[arguments]: Use G-expressions.
2025-05-24 10:37:28 +08:00
Sergey Trofimov
f443f09c5f
nongnu: babashka: Wrap BABASHKA_CLASSPATH.
* nongnu/packages/clojure.scm (babashka)[inputs]: Add clojure-tools.
Remove gcc:lib.
[arguments]<#:patchelf-plan>: Adjust accordingly.
<#:phases>: Wrap BABASHKA_CLASSPATH.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
2025-05-24 10:37:28 +08:00
Sergey Trofimov
d8cef87267
nongnu: Add clojure-tools.
* nongnu/packages/clojure.scm (clojure-tools): New variable.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
2025-05-24 10:37:27 +08:00
Murilo
ff1ede27b0
nongnu: nvidia-driver: Update to 570.153.02.
* nongnu/packages/nvidia.scm (nvidia-driver): Update to 570.153.02.
(nvidia-settings): Likewise.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-05-23 15:50:33 +08:00
Hilton Chain
ada9bbca1c
nongnu: corrupt-linux: Apply Guix modifications.
This is a follow-up to commit 7ac8fe6e2a, which
only applies Nonguix modifications to kernel configuration.

* nongnu/packages/linux.scm (corrupt-linux): Modify freedo phases first and
use ‘customize-linux’ later.
2025-05-23 15:48:55 +08:00
Hilton Chain
7ac8fe6e2a
nongnu: corrupt-linux: Add nonguix_defconfig.
This is a follow-up to commit f9fedea132.

* nongnu/packages/linux.scm (corrupt-linux) Use "nonguix_defconfig".
[arguments]<#:phases>: In ‘nonguix-configure’, save modified defconfig as
"nonguix_defconfig".
2025-05-23 13:40:09 +08:00
Jelle Licht
595c2155a6
nongnu: intel-media-driver: Update to 25.1.4.
* nongnu/packages/video.scm (intel-media-driver): Update to 25.1.4.
2025-05-19 22:47:56 +02:00
Jelle Licht
ee24a6e27c
nongnu: gmmlib: Update to 22.7.2.
* nongnu/packages/video.scm (gmmlib): Update to 22.7.2.
2025-05-19 22:47:56 +02:00
Tomas Volf
3f530e5b31
nongnu: firefox-esr: Update to 128.10.1esr [security fixes].
Fixes CVE-2025-4920, CVE-2025-4921.

* nongnu/packages/mozilla.scm (firefox-esr): Update to 128.10.1esr.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-05-18 19:59:30 +08:00
Tomas Volf
366eb8a5b3
nongnu: firefox: Update to 138.0.4 [security fixes].
Fixes CVE-2025-4920, CVE-2025-4921.

* nongnu/packages/mozilla.scm (firefox): Update to 138.0.4.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-05-18 19:59:17 +08:00
Anderson Torres
f08390f988
nongnu: leiningen: update to 2.11.2
* nongnu/packages/clojure.scm (leiningen): update to 2.11.2

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-05-18 19:59:07 +08:00
Anderson Torres
5b14ef8a7c
nongnu: clj-kondo: update to 2025.04.07
* nongnu/packages/clojure.scm (clj-kondo): update to 2025.04.07

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-05-18 19:59:04 +08:00
Anderson Torres
5f3e0e5368
nongnu: clojure-lsp: update to 2025.04.23-18.16.46
* nongnu/packages/clojure.scm (clojure-lsp): update to 2025.04.23-18.16.46

Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-05-18 19:59:02 +08:00