Jonathan Brielmaier
f3227e33d1
nongnu: helix-core: Match source for all other architectures.
...
Fixes https://gitlab.com/nonguix/nonguix/-/issues/214
* nongnu/packages/version-control.scm (helix-core)[source]: Match other
architectures as well, so they can `guix pull` again.
2022-11-18 09:16:04 +01:00
dan
a33e599a8d
nongnu: Add helix-core.
...
* nongnu/packages/version-control.scm (helix-core): New variable.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-17 12:41:11 +01:00
Simen Endsjø
968ee1b01a
nongnu: sof-firmware: Update to 2.2.
...
Fixes https://gitlab.com/nonguix/nonguix/-/issues/211
* nongnu/packages/linux.scm (sof-firmware): Update to 2.2.
[source]: Switch from git checkout to prebuilt archives.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-17 09:57:40 +01:00
Simen Endsjø
d8af1fe420
nongnu: linux-firmware: Update to 20221109.
...
* nongnu/packages/linux.scm (linux-firmware): Update to 20221109.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-17 09:22:49 +01:00
John Kehayias
2b7c19a0ab
nongnu: element-desktop: Update to 1.11.14.
...
* nongnu/packages/messaging.scm (element-desktop): Update to 1.11.14.
2022-11-15 14:45:00 -05:00
John Kehayias
ae039c43c3
nongnu: signal-desktop: Update to 5.63.1.
...
* nongnu/packages/messaging.scm (signal-desktop): Update to 5.63.1.
2022-11-15 14:43:54 -05:00
John Kehayias
20fa6065f9
nongnu: firefox: Update to 107.0 [security fixes].
...
Fixes CVE-2022-40674, CVE-2022-45403, CVE-2022-45404, CVE-2022-45405,
CVE-2022-45406, CVE-2022-45407, CVE-2022-45408, CVE-2022-45409,
CVE-2022-45410, CVE-2022-45411, CVE-2022-45412, CVE-2022-45413,
CVE-2022-45415, CVE-2022-45416, CVE-2022-45417, CVE-2022-45418,
CVE-2022-45419, CVE-2022-45420 and CVE-2022-45421.
* nongnu/packages/mozilla.scm (firefox): Update to 107.0.
2022-11-15 14:39:22 -05:00
John Kehayias
538cd44d54
nongnu: Remove unneeded rust packages.
...
Upstream Guix now has rust-1.61 (and more), so remove unneeded bootstrapping.
* nongnu/packages/mozilla.scm (rust-uri, rust-bootstrapped-package,
rust-firefox-1.61): Remove variables.
(rust-firefox): Set to be rust-1.61.
2022-11-15 14:36:35 -05:00
Jonathan Brielmaier
1aecd24155
nongnu: firefox-esr: Update to 102.5.0esr [security fixes].
...
Fixes CVE-2022-40674, CVE-2022-45403, CVE-2022-45404, CVE-2022-45405,
CVE-2022-45406, CVE-2022-45407, CVE-2022-45408, CVE-2022-45409,
CVE-2022-45410, CVE-2022-45411, CVE-2022-45412, CVE-2022-45413,
CVE-2022-45415, CVE-2022-45416, CVE-2022-45417, CVE-2022-45418,
CVE-2022-45419, CVE-2022-45420 and CVE-2022-45421.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 102.5.0esr.
2022-11-15 16:43:58 +01:00
Giacomo Leidi
663e362899
nongnu: Add google-chrome-unstable.
...
* nongnu/packages/chrome.scm (google-chrome-unstable): New variable.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-15 13:43:25 +01:00
Giacomo Leidi
a5a13a0ff4
nongnu: Add google-chrome-beta.
...
* nongnu/packages/chrome.scm (google-chrome-beta): New variable.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-15 13:43:20 +01:00
Giacomo Leidi
b861a09c94
nongnu: Add google-chrome-stable.
...
* nongnu/packages/chrome.scm: New file,
(google-chrome-stable): new variable.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-15 13:42:46 +01:00
Timotej Lazar
16b645772b
nongnu: intel-microcode: Update to 20221108.
...
* nongnu/packages/linux.scm (intel-microcode): Update to 20221108.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-10 22:28:43 +01:00
Petr Hodina
86c47336ef
nongnu: Add geekbench5.
...
* nongnu/packages/benchmark.scm: New file.
* nongnu/packages/benchmark.scm (geekbench5): New variable.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-10 17:59:50 +01:00
John Kehayias
dfc2b256eb
nongnu: firefox-esr: Fix VA-API support.
...
This also fixes the firefox package. VA-API runs in the RDD (Remote Data
Decoder) sandbox in firefox and thus needs to have specified everything it
needs access to. Using commit b7a0935420ee630a29b7e5ac73a32ba1eb24f00b of
Guix's icecat package, we can get all the dependencies needed and add that to
LD_LIBRARY_PATH. These are then accessible in the RDD sandbox, allowing
VA-API to fully load and work for hardware video decoding support.
* nongnu/package/mozilla.scm (firefox-esr)[modules]: Add (srfi srfi-1), (rnrs
bytevectors), (rnrs io ports), (guix elf), and (guix build gremlin).
[phases]{wrap-program}: New functions RUNPATH-OF and RUNPATHS-OF-INPUT. Use
these for RDD-WHITELIST, the runpaths of mesa and ffmpeg. Add this list to
LD_LIBRARY_PATH.
2022-11-06 12:49:51 -05:00
Zhu Zihao
bddabaacc5
nongnu: rtl8821ce-linux-module: Update to 0.0.0-8-50c1b12.
...
Now supports Linux 6.x series.
* nongnu/packages/linux.scm (rtl8821ce-linux-module): Update to 0.0.0-8-50c1b12.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-06 18:09:06 +01:00
John Kehayias
cbc4c651ad
nongnu: nvidia-module: Update to 515.76.
...
This fixes the build with linux@6.0.
* nongnu/packages/nvidia.scm (nvidia-module, nversion): Update to 515.76.
2022-11-04 18:56:35 -04:00
John Kehayias
7f4b912688
nongnu: linux-arm64-generic@5.15: Update to 5.15.77.
...
* nongnu/packages/linux.scm (linux-arm64-generic-5.15): Update to 5.15.77.
2022-11-04 16:40:35 -04:00
John Kehayias
bfae0326ad
nongnu: linux@4.9: Update to 4.9.332.
...
* nongnu/packages/linux.scm (linux-4.9): Update to 4.9.332.
2022-11-04 16:39:23 -04:00
John Kehayias
145adb8c99
nongnu: linux@4.14: Update to 4.14.298.
...
* nongnu/packages/linux.scm (linux-4.14): Update to 4.14.298.
2022-11-04 16:38:39 -04:00
John Kehayias
9a702bad20
nongnu: linux@4.19: Update to 4.19.264.
...
* nongnu/packages/linux.scm (linux-4.19): Update to 4.19.264.
2022-11-04 16:37:52 -04:00
John Kehayias
f7a56d7276
nongnu: linux@5.4: Update to 5.4.223.
...
* nongnu/packages/linux.scm (linux-5.4): Update to 5.4.223.
2022-11-04 16:36:56 -04:00
John Kehayias
c22e383c79
nongnu: linux@5.10: Update to 5.10.153.
...
* nongnu/packages/linux.scm (linux-5.10): Update to 5.10.153.
2022-11-04 16:36:18 -04:00
John Kehayias
aa54f6ce34
nongnu: linux@5.15: Update to 5.15.77.
...
* nongnu/packages/linux.scm (linux-5.15): Update to 5.15.77.
2022-11-04 16:35:03 -04:00
John Kehayias
9a3472c261
nongnu: Remove linux-arm64-generic@5.19. Add linux-arm64-generic@6.0.
...
* nongnu/packages/linux.scm (linux-arm64-generic-5.19): Remove variable.
(linux-arm64-generic-6.0): New variable.
(linux-arm64-generic): Set to linux-arm64-linux-6.0.
2022-11-04 16:29:56 -04:00
John Kehayias
46b9baccff
nongnu: Remove linux@5.19. Add linux@6.0.
...
* nongnu/packages/linux.scm (linux-5.19): Remove variable.
(linux-6.0): New variable.
(linux): Set to linux-6.0.
2022-11-04 16:25:53 -04:00
Jonathan Brielmaier
acbaa98856
nongnu: firefox: Update to 106.0.4.
...
* nongnu/packages/mozilla.scm (firefox): Update to 106.0.4.
2022-11-04 11:34:29 +01:00
Simen Endsjø
c1358b112f
nongnu: linux-firmware: Update to 20221012.
...
* nongnu/packages/linux.scm (linux-firmware): Update to 20221012.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-03 19:38:02 +01:00
John Kehayias
241988e2c0
nongnu: signal-desktop: Update to 5.62.0.
...
* nongnu/packages/messaging.scm (signal-desktop): Update to 5.62.0.
2022-11-03 11:21:07 -04:00
John Kehayias
4475d2ce74
nongnu: element-desktop: Update to 1.11.13.
...
* nongnu/packages/messaging.scm (element-desktop): Update to 1.11.13.
2022-11-03 11:17:03 -04:00
John Kehayias
7c26b2060a
nongnu: firefox: Update to 106.0.2.
...
* nongnu/packages/mozilla.scm (firefox): Update to 106.0.2.
2022-10-26 21:53:02 -04:00
Jonathan Brielmaier
d4f3c4b57e
nongnu: linux@5.15: Update to 5.15.74.
...
* nongnu/packages/linux.scm (linux-5.15): Update to 5.15.74.
2022-10-24 22:38:30 +02:00
Jonathan Brielmaier
77cae6a9dc
nongnu: linux@5.19: Update to 5.19.17.
...
* nongnu/packages/linux.scm (linux-5.19): Update to 5.19.17.
2022-10-24 22:14:31 +02:00
Jonathan Brielmaier
8fe57ffd70
nongnu: compcert: Fix build with coq@8.16.0.
...
* nongnu/packages/coq.scm (compcert)[arguments]: Reintroduce the 'allow-newer-coq-version phase.
2022-10-24 21:44:59 +02:00
Jonathan Brielmaier
3f00d57adc
nongnu: firefox-esr: Use newer clang and llvm.
...
* nongnu/packages/mozilla.scm (native-inputs): Use clang and llvm which
defaulting currently at version 13.
2022-10-21 17:07:00 +02:00
Alexey Abramov
2a368a20cc
nongnu: Add nvidia-nvml.
...
* nongnu/packages/nvidia.scm (nvidia-nvml): New variable.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-10-20 17:44:07 +02:00
Jonathan Brielmaier
b351f0bc36
nongnu: firefox-esr: Update to 102.4.0esr [security fixes].
...
Fixes CVE-2022-42927, CVE-2022-42928, CVE-2022-42929 and CVE-2022-42932.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 102.4.0esr.
2022-10-19 08:25:55 +02:00
John Kehayias
535f82a8b3
nongnu: firefox: Update to 106.0 [security fixes].
...
Fixes CVE-2022-42927, CVE-2022-42928, CVE-2022-42929, CVE-2022-42930,
CVE-2022-42931 and CVE-2022-42932.
* nongnu/packages/mozilla.scm (firefox): Update to 106.0.
2022-10-19 00:40:41 -04:00
John Kehayias
4399c012e4
nongnu: Remove unneeded rust packages.
...
Upstream Guix now defaults to rust 1.60, so remove unneeded bootstrapping.
* nongnu/packages/mozilla.scm (rust-firefox-1.58, rust-firefox-1.59,
rust-firefox-1.60): Remove variables.
(rust-firefox-1.61): Bootstrap from rust instead of rust-firefox-1.60.
(furst-firefox-esr): Set to be rust.
2022-10-15 18:56:41 -04:00
John Kehayias
208b549eb9
nongnu: zoom: Fix SSO and browser communication.
...
* nongnu/packages/messaging.scm (zoom)[phases]{rename-binary}: New phase.
Rename the binary that is called by the wrapper. The binary name must end in
"zoom" in order for IPC to work (for single sign-on and handling links from a
browser).
2022-10-14 13:23:57 -04:00
John Kehayias
20ca80db3c
nongnu: Add zoom.
...
Closes #54 . Recommitting due to missing signature.
* nongnu/packages/messaging.scm (zoom): New variable.
2022-10-13 14:55:24 -04:00
Jonathan Brielmaier
7772b8c5b6
nongnu: linux@4.9: Update to 4.9.330.
...
* nongnu/packages/linux.scm (linux-4.9): Update to 4.9.330.
2022-10-13 20:14:47 +02:00
Jonathan Brielmaier
dcc067c70a
nongnu: linux@5.14: Update to 5.14.295.
...
* nongnu/packages/linux.scm (linux-5.14): Update to 5.14.295.
2022-10-13 20:02:51 +02:00
Jonathan Brielmaier
598289d1e2
nongnu: linux@5.4: Update to 5.4.217.
...
* nongnu/packages/linux.scm (linux-5.4): Update to 5.4.217.
2022-10-13 19:14:50 +02:00
Jonathan Brielmaier
0f92939315
nongnu: linux@5.15: Update to 5.15.73.
...
* nongnu/packages/linux.scm (linux-5.15): Update to 5.15.73.
2022-10-13 18:34:24 +02:00
Jonathan Brielmaier
ce0543e0be
nongnu: linux@5.19: Update to 5.19.15.
...
* nongnu/packages/linux.scm (linux-5.19): Update to 5.19.15.
2022-10-13 18:14:09 +02:00
Jonathan Brielmaier
12024f8855
nongnu: linux-firmware: Update to 20220913.
...
* nongnu/packages/linux.scm (linux-firmware): Update to 20220913.
2022-10-12 14:52:49 +02:00
Jonathan Brielmaier
03ac69a85a
nongnu: dotnet: Update home-page.
...
* nongnu/packages/dotnet.scm (dotnet): Update home-page.
2022-10-10 21:08:14 +02:00
Simen Endsjø
148db9c29b
nongnu: dotnet: Update to 6.0.401.
...
* nongnu/packages/dotnet.scm (dotnet): Update to 6.0.401.
[source]: New url.
(dotnet-sdk-version): Update to 6.0.9.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-10-10 21:05:21 +02:00
Fredrik Salomonsson
f906960ddc
gnu: Add emacs-org-roam-ui.
...
* nongnu/packages/emacs.scm (emacs-org-roam-ui): New variable.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-10-10 20:42:16 +02:00