From 705333bf29dd5ed80044362d060fabd539271dc7 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Wed, 17 Dec 2025 14:43:22 -0500 Subject: Revert "nongnu: steam: Fix union-build collision of python." This reverts commit a345ef84fbdf3b2491acb2c2b6665a4eb97bd4aa. python-3.11 was ungrafted in Guix with so this change is no longer needed. Fixes #428. --- nongnu/packages/game-client.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nongnu/packages/game-client.scm b/nongnu/packages/game-client.scm index 45c4811..22a9c1c 100644 --- a/nongnu/packages/game-client.scm +++ b/nongnu/packages/game-client.scm @@ -220,8 +220,7 @@ 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. - ;; XXX: Change this back to 'python' when it is ungrafted in Guix. - ("python" ,python-3.11/fixed) ; Required for KillingFloor2 and Wreckfest. + ("python" ,python) ; Required for KillingFloor2 and Wreckfest. ("spdlog" ,spdlog))) ; Required for MangoHud. (define steam-container-libs -- cgit v1.2.3