| Age | Commit message (Expand) | Author |
| 2023-11-11 | nonguix: multiarch-container: Set LD_LIBRARY_PATH (for steam).•••Setting $LD_LIBRARY_PATH in the container allows for non-Steam games added to
Steam to launch properly with Proton. Otherwise they don't make it to the
pressure-vessel container as it seems they start in an environment where the
rest of our setup is not active (e.g. game will fail to launch with an error
about being unable to load libGL.so.1).
* nonguix/multiarch-container.scm (make-container-wrapper): Preserve
LD_LIBRARY_PATH and set it.
| John Kehayias |
| 2023-11-11 | nonguix: multiarch-container: Remove pressure-vessel workaround.•••Setting $PRESSURE_VESSEL_FILESYSTEMS_RO to "/gnu/store" is no longer needed
for Steam as the fix has been merged upstream. Users can still set this
environment variable (preserved in the container) if needed.
* nonguix/multiarch-container.scm (make-container-wrapper): Remove setting
$PRESSURE_VESSEL_FILESYSTEMS_RO.
| John Kehayias |
| 2023-11-11 | nongnu: firefox: Update to 119.0.1.•••* nongnu/packages/mozilla.scm (firefox): Update to 119.0.1.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Tomas Volf |
| 2023-11-11 | nongnu: sof-firmware: Update to 2.2.6.•••* nongnu/packages/linux.scm (sof-firmware): Update to 2.2.6.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Ada Stevenson |
| 2023-11-04 | README.org: Mention pre-generated installer.•••* README.org (Installation image): Mention the pre-generated installer images
on the Release page.
| John Kehayias |
| 2023-10-31 | nongnu: linux-firmware: Update firmware to 20231030.•••* nongnu/packages/linux.scm (linux-firmware): Update to 20231030.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Ada Stevenson |
| 2023-10-26 | nongnu: firefox: Update to 119.0 [security fixes].•••Fixes CVE-2023-5721, CVE-2023-5722, CVE-2023-5723, CVE-2023-5724,
CVE-2023-5725, CVE-2023-5726, CVE-2023-5727, CVE-2023-5728,
CVE-2023-5729, CVE-2023-5730, CVE-2023-5731.
* nongnu/packages/mozilla.scm (firefox): Update to 119.0.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Tomas Volf |
| 2023-10-24 | nongnu: Update google-chrome-beta to 117.0.5938.22.•••* nongnu/packages/chrome.scm (google-chrome-beta): Update to 117.0.5938.22.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Giacomo Leidi |
| 2023-10-24 | nongnu: Update google-chrome-stable to 118.0.5993.70.•••* nongnu/packages/chrome.scm (google-chrome-stable): Update to 118.0.5993.70.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Giacomo Leidi |
| 2023-10-24 | nongnu: firefox-esr: Update to 115.4.0esr [security fixes].•••Fixes CVE-2023-5721, CVE-2023-5724, CVE-2023-5725, CVE-2023-5726,
CVE-2023-5727, CVE-2023-5728, CVE-2023-5730, CVE-2023-5732.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 115.4.0esr.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Tomas Volf |
| 2023-10-22 | nongnu: Remove linux-6.4.•••linux-libre-6.4 was removed upstream in
2216d98958edf41da64568f7b9d2a2433e40dda0.
* nongnu/packages/linux.scm (linux-6.4): Delete variable.
| John Kehayias |
| 2023-10-14 | nongnu: steam: Fix to work with newer mangohud.•••In 0.7.0 of MangoHud the vulkan implicit layers have different names for 32-
and 64-bit so we no longer need a workaround.
* nonguix/multiarch-container.scm (make-internal-script): No longer create
/usr/share/vulkan/implicit_layer.d. Symlink instead directly from guix-env.
Remove vulkan layer renaming from mangohud.
| John Kehayias |
| 2023-10-14 | nongnu: linux: Update to 6.5.•••Upstream Guix defaults to linux-libre@6.5. Follow suit by making linux track
linux@6.5.
* nongnu/packages/linux.scm (linux): Update to linux-6.5.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Ahmad Draidi |
| 2023-10-12 | nongnu: Rename helm to helm-kubernetes.•••Reported upstream as <https://issues.guix.gnu.org/66033> by Panos
Alevropoulos. I don't think we can deprecate since the "helm" package is
still in Guix with that name.
* nongnu/packages/k8s.scm (helm): Rename to ...
(helm-kubernetes): ... this.
| John Kehayias |
| 2023-10-11 | nongnu: firefox: Update to 118.0.2.•••* nongnu/packages/mozilla.scm (firefox): Update to 118.0.2.
| Jonathan Brielmaier |
| 2023-10-09 | nongnu: firefox-esr: Fix Web Speech API.•••Firefox loads libspeechd.so.2 during runtime using PR_LoadLibrary and it fails
to locate the library in the store. Fix is to add extra phase that patches
the file to load the library using an absolute path.
* nongnu/packages/mozilla.scm (firefox-esr)
[phases]{'patch-SpeechDispatcherService.cpp}: New phase.
[inputs]: Add `speech-dispatcher`.
Fixes: https://gitlab.com/nonguix/nonguix/-/issues/284
Tested-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Tomas Volf |
| 2023-10-06 | nongnu: Add anytype.•••* nongnu/packages/productivity: New module.
(anytype): new variable.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Giacomo Leidi |
| 2023-10-06 | nongnu: google-chrome-unstable: Update to 119.0.6034.6.•••* nongnu/packages/chrome.scm (google-chrome-unstable): Update to 119.0.6034.6.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| David Thompson |
| 2023-10-06 | nongnu: google-chrome-unstable: Update to 117.0.5897.3.•••* nongnu/packages/chrome.scm (google-chrome-unstable): Update to 117.0.5897.3.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Giacomo Leidi |
| 2023-10-06 | nongnu: google-chrome-beta: Update to 116.0.5845.50.•••* nongnu/packages/chrome.scm (google-chrome-beta): Update to 116.0.5845.50.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Giacomo Leidi |
| 2023-10-06 | nongnu: google-chrome-stable: Update to 116.0.5845.110.•••* nongnu/packages/chrome.scm (google-chrome-stable): Update to 116.0.5845.110.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Giacomo Leidi |
| 2023-10-06 | nongnu: make-google-chrome: Install icons.•••* nongnu/packages/chrome.scm (make-google-chrome)[phases]: New phase
'install-icons.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Giacomo Leidi |
| 2023-10-06 | nongnu: Add kind.•••* nongnu/packages/k8s.scm (kind): New variable.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| worldofgeese |
| 2023-10-03 | nongnu: Add linux@6.5.•••Adding linux@6.5 but not changing the default linux to this version until
upstream does as well.
* nongnu/packages/linux.scm (linux-6.5): New variable.
Co-authored-by: John Kehayias <john.kehayias@protonmail.com>
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Ada Stevenson |
| 2023-10-03 | nongnu: linux-firmware: Update firmware to 20230919.•••* nongnu/packages/linux.scm (linux-firmware): Update to 20230919.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Ada Stevenson |
| 2023-09-29 | nongnu: hplip-plugin: Update source hash.•••Inherited hplip package was updated to 3.23.8 in commit
4a8c51c7be9ea22803a79d7214571718e5ff9bf2 of guix.
* nongnu/packages/printers.scm (hplip-plugin)[native-inputs]: Update sha256
hash for hplip-plugin.
| Jonathan Brielmaier |
| 2023-09-28 | nongnu: Add Apple Symbols font.•••* nongnu/packages/fonts.scm (font-apple-symbols): New variable.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Krzysztof Baranowski |
| 2023-09-28 | nongnu: Add Apple Color Emoji font.•••* nongnu/packages/fonts.scm (font-apple-color-emoji): New variable.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Krzysztof Baranowski |
| 2023-09-28 | nongnu: Add Apple SF and New York fonts.•••Closes #248.
* nongnu/packages/fonts.scm (apple-font): New function
(font-apple-sf-pro): New variable.
(font-apple-sf-compact): New variable.
(font-apple-sf-mono): New variable.
(font-apple-sf-arabic): New variable.
(font-apple-new-york): New variable.
(font-apple-sf-symbols): New variable.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Krzysztof Baranowski |
| 2023-09-28 | nongnu: signal-desktop: Update to 6.30.2 [fixes CVE-2023-41064].•••* nongnu/packages/messaging.scm (signal-desktop): Update to 6.30.2.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Gabriel Wicki |
| 2023-09-28 | nongnu: firefox: Update to 118.0.1 [fixes CVE-2023-5217].•••* nongnu/packages/mozilla.scm (firefox): Update to 118.0.1.
| Jonathan Brielmaier |
| 2023-09-28 | nongnu: firefox-esr: Update to 115.3.1esr [fixes CVE-2023-5217].•••* nongnu/packages/mozilla.scm (firefox-esr): Update to 115.3.1esr.
| Jonathan Brielmaier |
| 2023-09-27 | nongnu: firefox: Update to 118.0 [security fixes].•••Fixes CVE-2023-5168, CVE-2023-5169, CVE-2023-5170, CVE-2023-5171,
CVE-2023-5172, CVE-2023-5173, CVE-2023-5174, CVE-2023-5175 and
CVE-2023-5176.
* nongnu/packages/mozilla.scm (firefox): Update to 118.0.
| Jonathan Brielmaier |
| 2023-09-27 | nongnu: firefox-esr: Update to 115.3.0esr [security fixes].•••Fixes CVE-2023-5168, CVE-2023-5169, CVE-2023-5171, CVE-2023-5174,
CVE-2023-5176.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 115.3.0esr.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Tomas Volf |
| 2023-09-14 | nongnu: firefox: Update to 117.0.1 [security fixes].•••Fixes CVE-2023-4863.
* nongnu/packages/mozilla.scm (firefox): Update to 117.0.1.
Signed-off-by: Jelle Licht <jlicht@fsfe.org>
| David Pflug |
| 2023-09-14 | nongnu: firefox-esr: Update to 115.2.1esr [security fixes].•••Fixes CVE-2023-4863.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 115.2.1esr.
Signed-off-by: Jelle Licht <jlicht@fsfe.org>
| Tomas Volf |
| 2023-09-12 | nongnu: winetricks: Update to 20230212.•••* nongnu/packages/wine.scm (winetricks): Update to 20230212.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Sughosha |
| 2023-09-12 | nongnu: zoom: Update to 5.15.12.7665.•••* nongnu/packages/messaging.scm (zoom): Update to 5.15.12.7665.
| John Kehayias |
| 2023-09-12 | nongnu: signal-desktop: Update to 6.30.1.•••* nongnu/packages/messaging.scm (signal-desktop): Update to 6.30.1.
| John Kehayias |
| 2023-09-12 | nongnu: element-desktop: Update to 1.11.41.•••* nongnu/packages/messaging.scm (element-desktop): Update to 1.11.41.
| John Kehayias |
| 2023-09-07 | nongnu: vscodium: Update to 1.81.1.23222.•••* nongnu/packages/editors (vscodium): Update to 1.81.1.23222.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Giacomo Leidi |
| 2023-09-07 | nongnu: Add helm.•••* nongnu/packages/k8s.scm (helm): New variable.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Giacomo Leidi |
| 2023-09-07 | nongnu: Add kompose.•••* nongnu/packages/k8s.scm (kompose): New variable.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Giacomo Leidi |
| 2023-09-07 | nongnu: Add kubectl.•••* nongnu/packages/k8s.scm (kubectl): New variable.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Giacomo Leidi |
| 2023-09-07 | nongnu: Add katenary.•••* nongnu/packages/k8s.scm (katenary): New variable.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Giacomo Leidi |
| 2023-09-07 | nongnu: Add k9s.•••* nongnu/packages/k8s.scm: New module.
(k9s): New variable.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| Giacomo Leidi |
| 2023-09-03 | nongnu: steam: Fix missing tray icon.•••Finally, it's back! Using something like snixembed worked around this before
by using a different tray icon format.
* nongnu/packages/steam-client.scm (steam-client-libs): Add gdk-pixbuf.
* nonguix/multiarch-container.scm (make-internal-script): Add symlink to
/usr/share/mime.
| John Kehayias |
| 2023-09-03 | nongnu: steam: Work around propagated libx11 profile collision.•••Fixes #281.
Use the same fix as when this happened before with expat and fontconfig, as in
commit 3df99d77698a79f3c1dfdaf1becb96956f9ec65d.
* nongnu/packages/steam-client.scm (libxdamage-fixed, mesa-fixed): New
variables.
(steam-client-libs): Replace mesa with mesa-fixed.
| John Kehayias |
| 2023-09-03 | nonguix: chromium-binary-build-system: Use gcc:lib.•••Effectively reverts changes that came from
9d58bb6e3e93a444d35bf62d4ca98a126ae4f295 which doesn't seem to be needed
anymore. These got carried into chromium-binary-build-system when it was
introduced. We need libstdc++ from the gcc:lib package, which is hidden from
users but directly accessible from the build system. The library from
make-libstdc++ has missing symbols compared to the one from gcc:lib. The
addition of libgccjit seems to also be unneeded from this change and increases
the closure of e.g. signal-desktop by nearly 10% or 200 MiB.
Fixes #276 and #279.
* nonguix/build-system/chromium-binary.scm (lower)[host-inputs]: Use gcc:lib
again and remove libgccjit.
| John Kehayias |
| 2023-09-01 | nongnu: packages: mozilla: Fix typos in the comments.•••* nongnu/packages/mozilla.scm (%firefox-esr-build-id, %firefox-build-id): Fix
typos in the comments.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Tomas Volf |