diff options
| author | John Kehayias <john.kehayias@protonmail.com> | 2025-10-16 17:40:36 -0400 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2025-10-16 17:42:47 -0400 |
| commit | a345ef84fbdf3b2491acb2c2b6665a4eb97bd4aa (patch) | |
| tree | b19faf6d25e041eafe1eed29882b40dd7056dae5 /nongnu/packages | |
| parent | 3f4a1907cae9b0def09d1549c491bb4e307b9097 (diff) | |
nongnu: steam: Fix union-build collision of python.
Fixes #420. This is due to the old issue of grafts in the union-build
packages used by the nonguix-container. Use the replacement package for
python; to be reverted when ungrafted in Guix.
* nongnu/packages/game-client.scm (steam-gameruntime-libs): Replace python
with python-3.11/fixed.
Diffstat (limited to 'nongnu/packages')
| -rw-r--r-- | nongnu/packages/game-client.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nongnu/packages/game-client.scm b/nongnu/packages/game-client.scm index 22a9c1c..45c4811 100644 --- a/nongnu/packages/game-client.scm +++ b/nongnu/packages/game-client.scm @@ -220,7 +220,8 @@ implementation with gogdl and Amazon Games using Nile.") ("mangohud" ,mangohud) ("openal" ,openal) ; Prevents corrupt audio in Crypt of the Necrodancer. ("pulseaudio" ,pulseaudio) ; Prevents corrupt audio in Sven Coop. - ("python" ,python) ; Required for KillingFloor2 and Wreckfest. + ;; XXX: Change this back to 'python' when it is ungrafted in Guix. + ("python" ,python-3.11/fixed) ; Required for KillingFloor2 and Wreckfest. ("spdlog" ,spdlog))) ; Required for MangoHud. (define steam-container-libs |
