~ruther/guix-local

05377d567660c21ad4cdcd9a454f7acef8218381 — Tobias Geerinckx-Rice 3 years ago 160de94
gnu: dhewm3: Remove input labels.

* gnu/packages/game-development.scm (dhewm3)[inputs]:
Remove input labels.
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/game-development.scm
M gnu/packages/game-development.scm => gnu/packages/game-development.scm +5 -5
@@ 2669,11 2669,11 @@ game engine.  id Tech 2 is the engine originally behind Quake 2.")
           (lambda _
             (chdir "neo"))))))
    (inputs
     `(("curl" ,curl)
       ("libx11" ,libx11)
       ("openal" ,openal)
       ("sdl2" ,sdl2)
       ("zlib" ,zlib)))
     (list curl
           libx11
           openal
           sdl2
           zlib))
    (home-page "https://dhewm3.org/")
    (synopsis "Port of the original Doom 3 engine")
    (description