diff options
| author | John Kehayias <john.kehayias@protonmail.com> | 2026-08-18 10:51:04 -0400 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2026-08-18 10:51:04 -0400 |
| commit | 86fffba75f9df75251461684496840302d00491c (patch) | |
| tree | fa33f0fbbc51705170356f287c232c46000895b4 | |
| parent | 466fd58401a63fa20dcf9a75dfe04d4ec9f91e66 (diff) | |
nongnu: game-client: Update steam-gameruntime-libs imgui.
This fixes mangohud to run properly again. See upstream
<https://codeberg.org/guix/guix/pulls/10346>.
* nongnu/packages/game-client.scm (steam-gameruntime-libs): Change imgui from
imgui-1.91 to imgui-for-mangohud to match upstream.
| -rw-r--r-- | nongnu/packages/game-client.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nongnu/packages/game-client.scm b/nongnu/packages/game-client.scm index 5eb13c2..1dcd603 100644 --- a/nongnu/packages/game-client.scm +++ b/nongnu/packages/game-client.scm | |||
| @@ -215,7 +215,7 @@ implementation with gogdl and Amazon Games using Nile.") | |||
| 215 | ("alsa-plugins:pulseaudio" ,alsa-plugins "pulseaudio") ; Required for audio in most games. | 215 | ("alsa-plugins:pulseaudio" ,alsa-plugins "pulseaudio") ; Required for audio in most games. |
| 216 | ("font-dejavu" ,font-dejavu) | 216 | ("font-dejavu" ,font-dejavu) |
| 217 | ("font-liberation" ,font-liberation) | 217 | ("font-liberation" ,font-liberation) |
| 218 | ("imgui" ,imgui-1.91) ; Required for MangoHud. | 218 | ("imgui" ,imgui-for-mangohud) ; Required for MangoHud. |
| 219 | ("mangohud" ,mangohud) | 219 | ("mangohud" ,mangohud) |
| 220 | ("openal" ,openal) ; Prevents corrupt audio in Crypt of the Necrodancer. | 220 | ("openal" ,openal) ; Prevents corrupt audio in Crypt of the Necrodancer. |
| 221 | ("pulseaudio" ,pulseaudio) ; Prevents corrupt audio in Sven Coop. | 221 | ("pulseaudio" ,pulseaudio) ; Prevents corrupt audio in Sven Coop. |
