summaryrefslogtreecommitdiff
path: root/nongnu
AgeCommit message (Collapse)Author
2023-06-01nongnu: Remove linux-6.2.Jonathan Brielmaier
linux-libre-6.2 was removed upstream in 13e2138c230431368ebf32df527f4b5d1e458e4b. * nongnu/packages/linux.scm (linux-6.2): Remove variable.
2023-05-29nongnu: Export steam containers and minor refactor.Elijah Malaby
nonguix: Make container actually respect the ngc-shared and ngc-exposed fields. * nongnu/packages/steam-client.scm (steam-container): New variable. This is to export the container definition from steam. (steam-nvidia-container): New variable. This is the container for steam-nvidia and now inherits from steam-container. (steam, steam-nvidia): Container definitions moved to steam-container and steam-nvidia-container. * nonguix/multiarch-container.scm (make-container-wrapper): Add ngc-exposed and ngc-shared to expose and share lists. Signed-off-by: ison <ison@airmail.cc>
2023-05-28nongnu: linux: Update to 6.3.Jelle Licht
Upstream Guix defaults to linux-libre@6.3. Follow suit by making linux track linux@6.3. * nongnu/packages/linux.scm (linux): Update to linux 6.3.
2023-05-26nongnu: linux-arm64-generic-*: Match guix kernel versions.Jelle Licht
The linux-lts commit introduced a breaking change by referring to the nonexistent linux-libre-arm64-generic package variants. Even before that all of nonguix's linux-arm64-generic package variants were based on the same kernel version. * nongnu/packages/linux.scm (linux-arm64-generic-6.0): Remove package variant. (linux-arm64-generic-5.15): Ditto. (linux-arm64-generic-lts): Ditto. (linux-arm64-generic-5.10): New package variant. (linux-arm64-generic-5.4): New package variant. (linux-arm64-generic): Match version to most recent kernel in guix.
2023-05-25nongnu: linux-lts: Update to 6.1.Wolf
6.1 is the newest long-term support version of the kernel. * nongnu/packages/linux.scm (linux-lts): Use linux-6.1 Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-05-25nongnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-11.35308f4.Leo Famulari
* nongnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to 5.6.4.2-11.35308f4. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-05-23nongnu: Add linux@6.3.Jelle Licht
Add linux@6.3 but do not change the default linux so that the build farm has time to catch up. * nongnu/packages/linux.scm (linux-6.3): New variable.
2023-05-15nongnu: Use new multiarch-container module for steam.Giacomo Leidi
* nongnu/packages/steam-client.scm: (<nonguix-container>): Remove record-type. Use equivalent from multiarch-container module instead with additional fields ld.so.conf and ld.so.cache. (glibc-for-fhs, fhs-min-libs, fhs-union, ld.so.conf->ld.so.cache, package->ld.so.conf, nonguix-container->package, make-container-wrapper, make-container-manifest, make-container-internal, make-container-script): Remove. Use equivalents from multiarch-container module instead. Signed-off-by: ison <ison@airmail.cc>
2023-05-14nongnu: intel-microcode: Use gexps.Timotej Lazar
* nongnu/packages/linux.scm (intel-microcode)[arguments]: Use gexps. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-05-14nongnu: intel-microcode: Update to 20230512.Timotej Lazar
* nongnu/packages/linux.scm (intel-microcode): Update to 20230512. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-05-12nongnu: hplip-plugin: Fix build, convert to use GEXPs.Attila Lendvai
* nongnu/packages/printers.scm (hplip-plugin): Convert to use GEXP. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-05-12nongnu: hplip-plugin: Fix indentation, drop #t return value.Attila Lendvai
* nongnu/packages/printers.scm (hplip-plugin): Normalize indentation, remove #t return value Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-05-12nongnu: firefox: Update to 113.0 [security fixes].Jonathan Brielmaier
Fixes CVE-2023-32205, CVE-2023-32206, CVE-2023-32207, CVE-2023-32208, CVE-2023-32209, CVE-2023-32210, CVE-2023-32211, CVE-2023-32212, CVE-2023-32213, CVE-2023-32214, CVE-2023-32215, CVE-2023-32216 and MFSA-TMP-2023-0002. * nongnu/packages/mozilla.scm (firefox): Update to 113.0. (rust-firefox): Set to `rust` as this is now `rust-1.67`.
2023-05-12nongnu: signal-desktop: Update to 6.17.1.Jonathan Brielmaier
* nongnu/packages/messaging.scm (signal-desktop): Update to 6.17.1.
2023-05-12nongnu: firefox-esr: Update to 102.11.0esr [security fixes].Jonathan Brielmaier
Fixes CVE-2023-32205, CVE-2023-32206, CVE-2023-32207, CVE-2023-32211, CVE-2023-32212, CVE-2023-32213, CVE-2023-32214 and CVE-2023-32215. * nongnu/packages/mozilla.scm (firefox-esr): Update to 102.11.0esr.
2023-05-01nongnu: signal-desktop: Fix failure to load messages.John Kehayias
The needed library libstdc++ was no longer found with the gcc updates in Guix. * nongnu/packages/messaging.scm (signal-desktop)[inputs]: Remove gcc:lib. Add libgccjit and libstdc++. [phases]{wrap-where-patchelf-does-not-work}: Adjust for these inputs.
2023-04-27nongnu: zoom: Update to 5.14.5.2430 [security fixes].John Kehayias
Fixes CVE-2023-28597. * nongnu/packages/messaging.scm (zoom): Update to 5.14.5.2430.
2023-04-27nongnu: signal-desktop: Update to 6.16.0.John Kehayias
* nongnu/packages/messaging.scm (signal-desktop): Update to 6.16.0
2023-04-27nongnu: element-desktop: Update to 1.11.30 [security fixes].John Kehayias
Fixes CVE-2023-30609, CVE-2023-28427, and CVE-2023-28103. * nongnu/packages/messaging.scm (element-desktop): Update to 1.11.30.
2023-04-26nongnu: firefox: Update to 112.0.2.Jonathan Brielmaier
* nongnu/packages/mozilla.scm (firefox): Update to 112.0.2.
2023-04-26nongnu: hplip-plugin: Update source hash.Jonathan Brielmaier
Inherited hplip package got updated in the meantime. * nongnu/packages/printers.scm (hplip-plugin)[source]: Update sha256 hash.
2023-04-25nongnu: steam-client-libs: Rename fontconfig-fixed to fontconfig.core-updatesJohn Kehayias
* nongnu/packages/steam-client.scm (steam-client-libs): Rename fontconfig-fixed to fontconfig. The upstream bug has not been fixed but expat has been ungrafted in core-updates so we no longer need to rewrite fontconfig. Remove fontconfig-fixed as expat/fixed no longer exists in core-updates.
2023-04-25nongnu: firefox-esr: Rename icu4c-71 to icu4c.John Kehayias
* nongnu/packages/mozilla.scm (firefox-esr)[inputs]: Rename icu4c-71 to icu4c. On core-updates icu4c was updated to version 71.
2023-04-17nongnu: firefox: Update to 112.0.1.Jonathan Brielmaier
* nongnu/packages/mozilla.scm (firefox): Update to 112.0.1.
2023-04-13nongnu: signal-desktop: Update to 6.14.0.Jonathan Brielmaier
* nongnu/packages/messaging.scm (signal-desktop): Update to 6.14.0.
2023-04-11nongnu: firefox: Update to 112.0 [security fixes].Jonathan Brielmaier
Fixes CVE-2023-29531, CVE-2023-29532, CVE-2023-29533, CVE-2023-29534, CVE-2023-29535, CVE-2023-29536, CVE-2023-29537, CVE-2023-29538, CVE-2023-29539, CVE-2023-29540, CVE-2023-29541, CVE-2023-29542, CVE-2023-29543, CVE-2023-29544, CVE-2023-29545, CVE-2023-29546, CVE-2023-29547, CVE-2023-29548, CVE-2023-29549, CVE-2023-29550, CVE-2023-29551 and MFSA-TMP-2023-0001. * nongnu/packages/mozilla.scm (firefox): Update to 112.0.
2023-04-11nongnu: firefox-esr: Update to 102.10.0esr [security fixes].Jonathan Brielmaier
Fixes CVE-2023-1945, CVE-2023-29531, CVE-2023-29532, CVE-2023-29533, CVE-2023-29535, CVE-2023-29536, CVE-2023-29539, CVE-2023-29541, CVE-2023-29542, CVE-2023-29545, CVE-2023-29548, CVE-2023-29550 and MFSA-TMP-2023-0001. * nongnu/packages/mozilla.scm (firefox-esr): Update to 102.10.0esr.
2023-04-05gnu: google-chrome-unstable: Update to 113.0.5672.24.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-unstable): Update to 113.0.5672.24. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-04-05gnu: google-chrome-beta: Update to 112.0.5615.49.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-beta): Update to 112.0.5615.49. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-04-05gnu: google-chrome-stable: Update to 112.0.5615.49.Giacomo Leidi
* nongnu/packages/chrome.scm (google-chrome-stable): Update to 112.0.5615.49. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-04-05nongnu: compcert: Update to 3.12.Jonathan Brielmaier
* nongnu/packages/coq.scm (compcert): Update to 3.12. [arguments]: Adapt 'allow-newer-coq-version phase.
2023-04-05nongnu: linux-firmware: Update to 20230404.Jonathan Brielmaier
* nongnu/packages/linux.scm (linux-firmware): Update to 20230404.
2023-04-05nongnu: broadcom-sta: Use Nixpkgs patch list.Krzysztof Baranowski
Piggy-back off of the patch list in Nixpkgs instead of maintaining our own. This should make it easier to keep up to date so there's no need to advise users to stick with Linux LTS releases any longer. Though our existing patch list and Nixpkgs' differ the cumulative effect is exactly the same except for two patches we have that Nix doesn't, neither of which seem critical: - broadcom-sta-debian-fix-kernel-warnings.patch - broadcom-sta-fix_mac_profile_discrepancy.patch Closes #246 * nongnu/packages/linux.scm (broadcom-sta): Replace patches with code to fetch them from Nixpkgs. [arguments]: Replace `linux-lts` with `linux`. [description]: Remove Linux LTS recommendation. * nongnu/packages/patches/broadcom-sta-debian-fix-kernel-warnings.patch: Remove. * nongnu/packages/patches/broadcom-sta-fix_mac_profile_discrepancy.patch: Remove. * nongnu/packages/patches/broadcom-sta-gcc.patch: Remove. * nongnu/packages/patches/broadcom-sta-license.patch: Remove. * nongnu/packages/patches/broadcom-sta-linux-4.11.patch: Remove. * nongnu/packages/patches/broadcom-sta-linux-4.12.patch: Remove. * nongnu/packages/patches/broadcom-sta-linux-4.15.patch: Remove. * nongnu/packages/patches/broadcom-sta-linux-4.7.patch: Remove. * nongnu/packages/patches/broadcom-sta-linux-4.8.patch: Remove. * nongnu/packages/patches/broadcom-sta-linux-5.1.patch: Remove. * nongnu/packages/patches/broadcom-sta-linux-5.10.patch: Remove. * nongnu/packages/patches/broadcom-sta-linux-5.6.patch: Remove. * nongnu/packages/patches/broadcom-sta-linux-5.9.patch: Remove. * nongnu/packages/patches/broadcom-sta-null-pointer-fix.patch: Remove. * nongnu/packages/patches/broadcom-sta-rdtscl.patch: Remove. * README.org (Broadcom Wireless): Removed recommendation from Broadcom Wireless section. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-04-04nongnu: signal-desktop: Update to 6.12.0.Jonathan Brielmaier
* nongnu/packages/messaging.scm (signal-desktop): Update to 6.12.0.
2023-04-01nongnu: Add datomic-cli-tools.Krzysztof Baranowski
* nongnu/packages/databases.scm (datomic-cli-tools): New variable.
2023-03-26gnu: soapysdrplay3: Update to 0.4.1-1.9e5c80c.Guillaume Le Vaillant
* nongnu/packages/radio.scm (soapysdrplay3): Update to 0.4.1-1.9e5c80c. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-03-22nongnu: Remove rust-cbindgen 0.23/0.24 and their dependencies.Jonathan Brielmaier
Both are provided since 2022-11-30 by gnu/packages/gnuzilla.scm. Guix commit: 3275068f191e76c8615b8719f3d1a286b9f1403c * nongnu/packages/mozilla.scm (rust-unicode-ident-1, rust-textwrap-0.15, rust-clap-lex-0.2, rust-clap-derive-3.2.15, rust-clap-3.2.16, rust-cbindgen-0.24, rust-cbindgen-0.23): Remove variables.
2023-03-21nongnu: firefox: Update to 111.0.1.Jonathan Brielmaier
* nongnu/packages/mozilla.scm (firefox): Update to 111.0.1.
2023-03-17nongnu: zoom: Fix background blurring and virtual backgrounds.John Kehayias
There is a long list of libraries for LD_LIBRARY_PATH that could be refactored into a LET form, but alas could not figure out with the many quotes and gexps how right now. Or aomhost may only need a subset of these. * nongnu/packages/messaging.scm (zoom)[patchelf-plan]: Add aomhost. [phases]{wrap-where-patchelf-does-not-work}: Wrap it.
2023-03-17nongnu: zoom: Fix failure to run.John Kehayias
Fixes #252. Zoom launches again. * nongnu/packages/messaging.scm: Remove unused (gnu packages qt). (zoom)[inputs]: Add mit-krb5, xcb-util, xcb-util-renderutil, xcb-util-wm and remove qtmultimedia. [phases]{wrap-where-patchelf-does-not-work}: Add mit-krb5, libxcb, libxext, xcb-util, xcb-util-wm, and xcb-util-renderutil to LD_LIBRARY_PATH for the zoom binary.
2023-03-16nongnu: zoom: Update to 5.13.11.1288 [security fixes].Jonathan Brielmaier
Fixes CVE-2023-22881, CVE-2023-22882 and CVE-2023-22885. * nongnu/packages/messaging.scm (zoom): Update to 5.13.11.1288.
2023-03-16nongnu: intel-media-driver: Update to 22.6.6.Jelle Licht
* nongnu/packages/video.scm (intel-media-driver): Update to 22.6.6.
2023-03-16nongnu: gmmlib: Update to 22.3.3.Jelle Licht
* nongnu/packages/video.scm (gmmlib): Update to 22.3.3.
2023-03-14nongnu: firefox: Update to 111.0 [security fixes].Jonathan Brielmaier
Fixes CVE-2023-25748, CVE-2023-25749, CVE-2023-25750, CVE-2023-25751, CVE-2023-25752, CVE-2023-28159, CVE-2023-28160, CVE-2023-28161, CVE-2023-28162, CVE-2023-28163, CVE-2023-28164, CVE-2023-28176 and CVE-2023-28177. * nongnu/packages/mozilla.scm (firefox): Update to 111.0.
2023-03-14nongnu: firefox-esr: Update to 102.9.0esr [security fixes].Jonathan Brielmaier
Fixes CVE-2023-25751, CVE-2023-25752, CVE-2023-28162, CVE-2023-28163, CVE-2023-28164 and CVE-2023-28176. * nongnu/packages/mozilla.scm (firefox-esr): Update to 102.9.0esr.
2023-03-12nongnu: signal-desktop: Update to 6.9.0.John Kehayias
* nongnu/packages/messaging.scm (signal-desktop): Update to 6.9.0.
2023-03-12nongnu: element-desktop: Update to 1.11.24.John Kehayias
* nongnu/packages/messaging.scm (element-desktop): Update to 1.11.24.
2023-03-12nongnu: linux-firmware: Update to 20230310.John Kehayias
* nongnu/packages/linux.scm (linux-firmware): Update to 20230310.
2023-03-12nongnu: Set linux to linux@6.2.John Kehayias
Upstream Guix has now defaulted to linux-libre@6.2. Do likewise here. * nongnu/packages/linux.scm (linux): Set to linux-6.2.
2023-03-07nongnu: leiningen: Update to 2.10.0.Jelle Licht
* nongnu/packages/clojure.scm (leiningen, leiningen-jar): Update to 2.10.0.