Commit graph

890 commits

Author SHA1 Message Date
pineapples
5faf8c48c0
nongnu: linux@5.10: Update to 5.10.22.
* nongnu/packages/linux.scm (linux-5.10): Update to 5.10.22.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2021-03-13 23:54:40 +01:00
ison
0a0e8d0db6
nongnu: steam: Revert XDG vars to explicit list.
* nongnu/packages/steam-client.scm (make-container-wrapper): Preserve only XDG
vars which are known to be needed instead of preserving all XDG vars.
2021-03-10 15:02:09 -07:00
ison
80decf053a
nongnu: steam: Preserve proxy environment variables and use regex for all vars.
* nongnu/packages/steam-client.scm (make-container-wrapper): Add proxy to
preserved environment variables and use regex matching for all existing
environment variables.
2021-03-09 20:41:30 -07:00
Jonathan Brielmaier
73dd7d8ecd
nongnu: linux@5.11: Update to 5.11.5.
* nongnu/packages/linux.scm (linux-5.11): Update to 5.11.5.
2021-03-09 23:14:20 +01:00
pineapples
6d729bf820
nongnu: linux@5.10: Update to 5.10.21.
* nongnu/packages/linux.scm (linux-5.10): Update to 5.10.21.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2021-03-08 23:57:24 +01:00
pineapples
1600f708d5
nongnu: linux@5.11: Update to 5.11.4.
* nongnu/packages/linux.scm (linux-5.11): Update to 5.11.4.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2021-03-08 23:56:34 +01:00
ison
2978fb94bf
nongnu: steam: Improve pulseaudio startup
* nongnu/packages/steam-client.scm (make-container-wrapper): Use full path to
pulseaudio and increase exit-idle-time.
Use invoke instead of system.
2021-03-08 15:50:29 -07:00
pineapples
a31cd4a5ec
nongnu: steam: Audio and D-Bus fixes.
* nongnu/packages/steam-client.scm (make-container-wrapper):
Remove the UID variable in favor of XDG_RUNTIME_DIR for dbus and pulse sockets.
Preserve the DBUS_SESSION_BUS_ADDRESS environment variable.

Signed-off-by: ison <ison@airmail.cc>
2021-03-05 11:40:43 -07:00
ison
1404b00a49
nongnu: steam: Fix for new installs.
* nongnu/packages/steam-client.scm (steam-client)[arguments]: Modify steam.sh
and run.sh in steam runtime to prefer LD_LIBRARY_PATH.
2021-03-04 12:59:09 -07:00
Pierre Neidhardt
4e84540013
nongnu: dxvk: Rename to dxvk-next.
* nongnu/packages/wine.scm (dxvk): Rename to...
(dxvk-next): New variable.

This is to avoid a conflict with (gnu packages wine)'s own `dxvk'.
2021-03-03 21:38:07 +01:00
Jonathan Brielmaier
6ee35a1f1c
nongnu: linux: Raise to version 5.11.
* nongnu/packages/linux.scm (linux): Set to `linux-5.11`.
2021-02-28 22:51:04 +01:00
Jonathan Brielmaier
4c62d42e8c
nongnu: linux@5.11: Update to 5.11.2.
* nongnu/packages/linux.scm (linux-5.11): Update to 5.11.2.
2021-02-28 22:28:26 +01:00
Jonathan Brielmaier
d28a3d8ae7
nongnu: linux@5.4: Update to 5.4.100.
* nongnu/packages/linux.scm (linux-5.4): Update to 5.4.100.
2021-02-26 23:50:22 +01:00
Jonathan Brielmaier
5a635e5241
nongnu: linux@5.10: Update to 5.10.18.
* nongnu/packages/linux.scm (linux-5.10): Update to 5.10.18.
2021-02-26 23:50:22 +01:00
Jonathan Brielmaier
3461521b3c
nongnu: linux@5.11: Update to 5.11.1.
* nongnu/packages/linux.scm (linux-5.11): Update to 5.11.1.
2021-02-26 23:50:14 +01:00
Pierre Neidhardt
d6ac21d2b0
nongnu: Add dxvk.
* nongnu/packages/wine.scm (dxvk): New package variable for the latest dxvk.
2021-02-25 11:59:12 +01:00
Jonathan Brielmaier
8e6214f685
nongnu: firefox: Update to 86.0 [security fixes].
Fixes CVE-2021-23969, CVE-2021-23970, CVE-2021-23968, CVE-2021-23974,
CVE-2021-23971, CVE-2021-23976, CVE-2021-23977, CVE-2021-23972,
CVE-2021-23975, CVE-2021-23973, CVE-2021-23978 and CVE-2021-23979.

* nongnu/packages/mozilla.scm (firefox): Update to 86.0.
2021-02-24 12:12:20 +01:00
Pierre Neidhardt
7428b7288e
Revert "nongnu: dxvk-1.7: Update to 1.8 and rename to dxvk-next."
This reverts commit d8c663800d.

Renaming this public variable seems to break `guix pull'.  This must be done
differently.
2021-02-23 08:42:46 +01:00
Timotej Lazar
0da7b3710f
nongnu: lgogdownloader: Add captcha support.
* nongnu/packages/gog.scm (lgogdownloader)
[inputs]: Add qtbase, qtdeclarative, qtwebchannel and qtwebengine.
[arguments]: Configure with GUI support.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2021-02-21 16:39:43 +01:00
Jonathan Brielmaier
6080d68a49
nongnu: winetricks: Update to 20210206.
* nongnu/packages/wine.scm (winetricks): Update to 20210206.
2021-02-21 15:54:47 +01:00
Pinka pallini
a139a6e066
README.org: Add free space to installation image.
Discussed at https://gitlab.com/nonguix/nonguix/-/issues/91.

* README.org (** Installation image): Add `--image-size=7.2GiB` and an
explanation why.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2021-02-21 12:43:31 +01:00
Pierre Neidhardt
d8c663800d
nongnu: dxvk-1.7: Update to 1.8 and rename to dxvk-next.
* nongnu/packages/wine.scm (dxvk-1.7): Rename to...
(dxvk-next): ...This new variable, and update to 1.8.
2021-02-20 20:18:13 +01:00
Jonathan Brielmaier
840a891dba
nongnu: linux@4.19: Update to 4.19.176.
* nongnu/packages/linux.scm (linux-4.19): Update to 4.19.176.
2021-02-20 14:28:11 +01:00
Jonathan Brielmaier
e1a4316f28
nongnu: linux@5.4: Update to 5.4.99.
* nongnu/packages/linux.scm (linux-5.4): Update to 5.4.99.
2021-02-20 11:01:19 +01:00
Jonathan Brielmaier
759593946d
nongnu: linux@5.10: Update to 5.10.17.
* nongnu/packages/linux.scm (linux-5.10): Update to 5.10.17.
2021-02-19 23:00:02 +01:00
Léo Le Bouter
05fad6e54d
nongnu: intel-microcode: Update to 20210216.
* nongnu/packages/linux.scm (intel-microcode): Update to 20210216.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2021-02-18 21:29:17 +01:00
Jonathan Brielmaier
6d643cc9cd
nongnu: Add linux@5.11.
* nongnu/packages/linux.scm (linux-5.11): New variable.
2021-02-17 00:02:27 +01:00
Jonathan Brielmaier
1d58ea1aca
README.org: Recommend using linux-lts for Broadcomm.
Proposed by James Smith in https://gitlab.com/nonguix/nonguix/-/issues/89

* README.org (Broadcom Wireless): Replace `linux` with `linux-lts`.
2021-02-14 13:02:06 +01:00
Jonathan Brielmaier
b4f65776ff
nongnu: Add linux-lts variable.
linux-lts can be used by proprietary drivers to offer a more stable
environment.

* nongnu/packages/linux.scm (linux-lts): New variable pointing to the
newest linux LTS kernel.
2021-02-14 12:57:22 +01:00
Jonathan Brielmaier
2599928fc5
nongnu: linux@5.4: Update to 5.4.98.
* nongnu/packages/linux.scm (linux-5.4): Update to 5.4.98.
2021-02-14 12:52:39 +01:00
Jonathan Brielmaier
e4b6d2a987
nongnu: linux@5.10: Update to 5.10.16.
* nongnu/packages/linux.scm (linux-5.10): Update to 5.10.16.
2021-02-14 12:31:31 +01:00
Léo Le Bouter
1b7fb45b43
nongnu: linux-firmware: Update to 20210208.
* nongnu/packages/linux.scm (linux-firmware): Update to 20210208.
2021-02-14 11:57:01 +01:00
ison
9e2686872f
nongnu: steam: Use LD_LIBRARY_PATH instead of glibc-for-fhs.
* nongnu/packages/steam-client.scm (steam): Use wrap-program.
(glibc-for-fhs, fhs-ld.so.conf, ld.so.conf->ld.so.cache): Remove.
(make-internal-script): Remove references to ld.so.conf and ld.so.cache

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2021-02-09 23:13:41 +01:00
Jonathan Brielmaier
137b5f6502
nongnu: firefox: Update to 85.0.2.
* nongnu/packages/mozilla.scm (firefox): Update to 85.0.2.
2021-02-09 19:36:41 +01:00
Jonathan Brielmaier
73b11e7928
nongnu: linux@5.4: Update to 5.4.96.
* nongnu/packages/linux.scm (linux-5.4): Update to 5.4.96.
2021-02-08 09:03:25 +01:00
Jonathan Brielmaier
e69b1f546a
nongnu: linux@5.10: Update to 5.10.14.
* nongnu/packages/linux.scm (linux-5.10): Update to 5.10.14.
2021-02-08 08:47:28 +01:00
Jonathan Brielmaier
233bea364e
nongnu: firefox: Update to 85.0.1.
* nongnu/packages/mozilla.scm (firefox): Update to 85.0.1.
2021-02-07 14:00:06 +01:00
James Smith
82ec5ff3db
doc: Add recommendation to broadcom-sta users to stay with Linux LTS.
* nongnu/packages/linux.scm (broadcom-sta): Added recommendation to the end of
the description.
* README.org (Broadcom Wireless): Added recommendation to Broadcom Wireless
section.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2021-02-02 22:24:42 +01:00
James Smith
a57085e47b
nongnu: broadcom-sta: Fix build on linux 5.10 and later.
* nongnu/packages/linux.scm (broadcom-sta-x86_64-source): Use new patch file.
* nongnu/packages/patches/broadcom-sta-linux-5.10.patch: New patch file.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2021-02-02 22:21:23 +01:00
Jonathan Brielmaier
919727dcd4
nongnu: Add missing copyright headers for Isaac and me.
* nongnu/packages/coq.scm: Add copyright for Isaac Young.
* nongnu/packages/linux.scm: Add copyright year for me.
2021-02-02 22:16:11 +01:00
Jonathan Brielmaier
f4b1320b48
nongnu: linux@5.10: Update to 5.10.12.
* nongnu/packages/linux.scm (linux-5.10): Update to 5.10.12.
2021-02-02 22:10:58 +01:00
Isaac Young
fd668447b3
nongnu: compcert: Update to 3.8.
* nongnu/packages/coq.scm (compcert): Update to 3.8.
[source]: Switch from url-fetch to git-fetch.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2021-02-02 21:35:25 +01:00
Jonathan Brielmaier
05107f1b94
nongnu: firefox: Switch to node as it's now version 10.22.
* nongnu/packages/mozilla.scm (firefox)[native-inputs]: Use `node` as it
was updated to 10.22 and `node-10.22` got removed.
2021-02-01 22:54:36 +01:00
Jonathan Brielmaier
905e67b5bf
nongnu: linux@5.10: Update to 5.10.11.
* nongnu/packages/linux.scm (linux-5.10): Update to 5.10.11.
2021-01-28 23:30:42 +01:00
Jonathan Brielmaier
61cc337d42
nongnu: firefox: Update to 85.0.
* nongnu/packages/mozilla.scm (firefox): Update to 85.0.
[native-inputs]: Raise rust and rust:cargo to 1.47 as required.
2021-01-26 19:38:01 +01:00
Jonathan Brielmaier
3b9209e335
nongnu: linux@4.4: Update to 4.4.253.
* nongnu/packages/linux.scm (linux-4.4): Update to 4.4.253.
2021-01-25 23:53:49 +01:00
Jonathan Brielmaier
746d18cdbd
nongnu: linux@4.9: Update to 4.9.253.
* nongnu/packages/linux.scm (linux-4.9): Update to 4.9.253.
2021-01-25 23:39:34 +01:00
Jonathan Brielmaier
b057e023c3
nongnu: linux@4.14: Update to 4.14.217.
* nongnu/packages/linux.scm (linux-4.14): Update to 4.14.217.
2021-01-25 23:28:24 +01:00
Jonathan Brielmaier
adc32dea9c
nongnu: linux@4.19: Update to 4.19.170.
* nongnu/packages/linux.scm (linux-4.19): Update to 4.19.170.
2021-01-25 23:14:43 +01:00
Jonathan Brielmaier
6c4f18f872
nongnu: linux@5.4: Update to 5.4.92.
* nongnu/packages/linux.scm (linux-5.4): Update to 5.4.92.
2021-01-25 18:41:05 +01:00