~ruther/guix-local

ee2657a018b5972ec41280abb215c6ba45c0a6fc — Tobias Geerinckx-Rice 3 years ago 5a9c2ab
gnu: ioquake3: Remove input labels.

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

M gnu/packages/game-development.scm
M gnu/packages/game-development.scm => gnu/packages/game-development.scm +9 -9
@@ 2152,15 2152,15 @@ of the others")
           "1vflk028z9gccg5yfi5451y1k5wxjdh3qbhjf4x6r7w2pzlxh16z"))))
      (build-system gnu-build-system)
      (inputs
       `(("sdl2" ,sdl2)
         ("libjpeg" ,libjpeg-turbo)
         ("openal" ,openal)
         ("curl" ,curl)
         ("opusfile" ,opusfile)
         ("opus" ,opus)
         ("libvorbis" ,libvorbis)
         ("freetype" ,freetype)
         ("libogg" ,libogg)))
       (list curl
             freetype
             libjpeg-turbo
             libogg
             libvorbis
             openal
             opus
             opusfile
             sdl2))
      (native-inputs
       (list which ; Else SDL_version.h won't be found.
             pkg-config))