summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-18nongnu: helix-core: Match source for all other architectures.Jonathan Brielmaier
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-17nongnu: Add helix-core.dan
* nongnu/packages/version-control.scm (helix-core): New variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-17nongnu: sof-firmware: Update to 2.2.Simen Endsjø
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-17nongnu: linux-firmware: Update to 20221109.Simen Endsjø
* nongnu/packages/linux.scm (linux-firmware): Update to 20221109. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-15nongnu: element-desktop: Update to 1.11.14.John Kehayias
* nongnu/packages/messaging.scm (element-desktop): Update to 1.11.14.
2022-11-15nongnu: signal-desktop: Update to 5.63.1.John Kehayias
* nongnu/packages/messaging.scm (signal-desktop): Update to 5.63.1.
2022-11-15nongnu: firefox: Update to 107.0 [security fixes].John Kehayias
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-15nongnu: Remove unneeded rust packages.John Kehayias
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-15nongnu: firefox-esr: Update to 102.5.0esr [security fixes].Jonathan Brielmaier
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-15nongnu: Add google-chrome-unstable.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-unstable): New variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-15nongnu: Add google-chrome-beta.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-beta): New variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-15nongnu: Add google-chrome-stable.Giacomo Leidi
* nongnu/packages/chrome.scm: New file, (google-chrome-stable): new variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-10nongnu: intel-microcode: Update to 20221108.Timotej Lazar
* nongnu/packages/linux.scm (intel-microcode): Update to 20221108. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-10nongnu: Add geekbench5.Petr Hodina
* nongnu/packages/benchmark.scm: New file. * nongnu/packages/benchmark.scm (geekbench5): New variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-06nongnu: firefox-esr: Fix VA-API support.John Kehayias
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-06nongnu: rtl8821ce-linux-module: Update to 0.0.0-8-50c1b12.Zhu Zihao
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-04nongnu: nvidia-module: Update to 515.76.John Kehayias
This fixes the build with linux@6.0. * nongnu/packages/nvidia.scm (nvidia-module, nversion): Update to 515.76.
2022-11-04nongnu: linux-arm64-generic@5.15: Update to 5.15.77.John Kehayias
* nongnu/packages/linux.scm (linux-arm64-generic-5.15): Update to 5.15.77.
2022-11-04nongnu: linux@4.9: Update to 4.9.332.John Kehayias
* nongnu/packages/linux.scm (linux-4.9): Update to 4.9.332.
2022-11-04nongnu: linux@4.14: Update to 4.14.298.John Kehayias
* nongnu/packages/linux.scm (linux-4.14): Update to 4.14.298.
2022-11-04nongnu: linux@4.19: Update to 4.19.264.John Kehayias
* nongnu/packages/linux.scm (linux-4.19): Update to 4.19.264.
2022-11-04nongnu: linux@5.4: Update to 5.4.223.John Kehayias
* nongnu/packages/linux.scm (linux-5.4): Update to 5.4.223.
2022-11-04nongnu: linux@5.10: Update to 5.10.153.John Kehayias
* nongnu/packages/linux.scm (linux-5.10): Update to 5.10.153.
2022-11-04nongnu: linux@5.15: Update to 5.15.77.John Kehayias
* nongnu/packages/linux.scm (linux-5.15): Update to 5.15.77.
2022-11-04nongnu: Remove linux-arm64-generic@5.19. Add linux-arm64-generic@6.0.John Kehayias
* 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-04nongnu: Remove linux@5.19. Add linux@6.0.John Kehayias
* nongnu/packages/linux.scm (linux-5.19): Remove variable. (linux-6.0): New variable. (linux): Set to linux-6.0.
2022-11-04nongnu: firefox: Update to 106.0.4.Jonathan Brielmaier
* nongnu/packages/mozilla.scm (firefox): Update to 106.0.4.
2022-11-03nongnu: linux-firmware: Update to 20221012.Simen Endsjø
* nongnu/packages/linux.scm (linux-firmware): Update to 20221012. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-11-03nongnu: signal-desktop: Update to 5.62.0.John Kehayias
* nongnu/packages/messaging.scm (signal-desktop): Update to 5.62.0.
2022-11-03nongnu: element-desktop: Update to 1.11.13.John Kehayias
* nongnu/packages/messaging.scm (element-desktop): Update to 1.11.13.
2022-10-26nongnu: firefox: Update to 106.0.2.John Kehayias
* nongnu/packages/mozilla.scm (firefox): Update to 106.0.2.
2022-10-24nongnu: linux@5.15: Update to 5.15.74.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-5.15): Update to 5.15.74.
2022-10-24nongnu: linux@5.19: Update to 5.19.17.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-5.19): Update to 5.19.17.
2022-10-24nongnu: compcert: Fix build with coq@8.16.0.Jonathan Brielmaier
* nongnu/packages/coq.scm (compcert)[arguments]: Reintroduce the 'allow-newer-coq-version phase.
2022-10-21nongnu: firefox-esr: Use newer clang and llvm.Jonathan Brielmaier
* nongnu/packages/mozilla.scm (native-inputs): Use clang and llvm which defaulting currently at version 13.
2022-10-20nongnu: Add nvidia-nvml.Alexey Abramov
* nongnu/packages/nvidia.scm (nvidia-nvml): New variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-10-19nongnu: firefox-esr: Update to 102.4.0esr [security fixes].Jonathan Brielmaier
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-19nongnu: firefox: Update to 106.0 [security fixes].John Kehayias
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-15nongnu: Remove unneeded rust packages.John Kehayias
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-14nongnu: zoom: Fix SSO and browser communication.John Kehayias
* 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-13nongnu: Add zoom.John Kehayias
Closes #54. Recommitting due to missing signature. * nongnu/packages/messaging.scm (zoom): New variable.
2022-10-13nongnu: linux@4.9: Update to 4.9.330.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-4.9): Update to 4.9.330.
2022-10-13nongnu: linux@5.14: Update to 5.14.295.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-5.14): Update to 5.14.295.
2022-10-13nongnu: linux@5.4: Update to 5.4.217.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-5.4): Update to 5.4.217.
2022-10-13nongnu: linux@5.15: Update to 5.15.73.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-5.15): Update to 5.15.73.
2022-10-13nongnu: linux@5.19: Update to 5.19.15.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-5.19): Update to 5.19.15.
2022-10-12nongnu: linux-firmware: Update to 20220913.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-firmware): Update to 20220913.
2022-10-10nongnu: dotnet: Update home-page.Jonathan Brielmaier
* nongnu/packages/dotnet.scm (dotnet): Update home-page.
2022-10-10nongnu: dotnet: Update to 6.0.401.Simen Endsjø
* 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-10gnu: Add emacs-org-roam-ui.Fredrik Salomonsson
* nongnu/packages/emacs.scm (emacs-org-roam-ui): New variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>