diff options
| author | John Kehayias <john.kehayias@protonmail.com> | 2022-09-16 15:04:48 -0400 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2023-04-22 21:25:29 -0400 |
| commit | 07780e058a56d3ce186278bc818deade0e58eaab (patch) | |
| tree | 470092903f900a1fcdb433bbe3910be1eadb6339 | |
| parent | f9bd7e0f7f15a47fe0b7a57ad5ac65bee6929ae9 (diff) | |
nongnu: steam: Use mesa-next.
* nongnu/packages/steam-client.scm (steam-client-libs): Use mesa-next instead
of mesa. Use llvm instead of llvm-11.
| -rw-r--r-- | nongnu/packages/steam-client.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nongnu/packages/steam-client.scm b/nongnu/packages/steam-client.scm index 08baba8..60dc41f 100644 --- a/nongnu/packages/steam-client.scm +++ b/nongnu/packages/steam-client.scm | |||
| @@ -61,7 +61,7 @@ | |||
| 61 | #:use-module (gnu packages freedesktop) | 61 | #:use-module (gnu packages freedesktop) |
| 62 | #:use-module (gnu packages gawk) | 62 | #:use-module (gnu packages gawk) |
| 63 | #:use-module (gnu packages gcc) | 63 | #:use-module (gnu packages gcc) |
| 64 | #:use-module (gnu packages gl) | 64 | #:use-module (nongnu packages mesa) |
| 65 | #:use-module (gnu packages glib) | 65 | #:use-module (gnu packages glib) |
| 66 | #:use-module (gnu packages gnome) | 66 | #:use-module (gnu packages gnome) |
| 67 | #:use-module (gnu packages graphics) | 67 | #:use-module (gnu packages graphics) |
| @@ -209,8 +209,8 @@ | |||
| 209 | ("libva" ,libva) ; Required for hardware video encoding/decoding. | 209 | ("libva" ,libva) ; Required for hardware video encoding/decoding. |
| 210 | ("libvdpau" ,libvdpau) ; Required for hardware video encoding/decoding. | 210 | ("libvdpau" ,libvdpau) ; Required for hardware video encoding/decoding. |
| 211 | ("libvdpau-va-gl" ,libvdpau-va-gl) ; Additional VDPAU support. | 211 | ("libvdpau-va-gl" ,libvdpau-va-gl) ; Additional VDPAU support. |
| 212 | ("llvm" ,llvm-11) ; Required for mesa. | 212 | ("llvm" ,llvm) ; Required for mesa. |
| 213 | ("mesa" ,mesa) ; Required for steam startup. | 213 | ("mesa" ,mesa-next) ; Required for steam startup. |
| 214 | ("nss-certs" ,nss-certs) ; Required for steam login. | 214 | ("nss-certs" ,nss-certs) ; Required for steam login. |
| 215 | ("pciutils" ,pciutils) ; Tries to run lspci at steam startup. | 215 | ("pciutils" ,pciutils) ; Tries to run lspci at steam startup. |
| 216 | ("procps" ,procps) | 216 | ("procps" ,procps) |
