diff options
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index fdd3a0e21e..f0d29f2367 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2826,9 +2826,9 @@ runnable=true #:categories '("Game" "ArcadeGame"))) #t))))) (native-inputs - `(("godot-headless" ,godot "headless"))) + `(("godot-headless" ,godot-lts "headless"))) (inputs - (list godot)) + (list godot-lts)) (home-page "https://notapixel.itch.io/superstarfighter") (synopsis "Fast-paced local multiplayer arcade game") (description "In SuperStarfighter, up to four local players compete in a |