mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: xonotic: Remove input labels.
* gnu/packages/games.scm (xonotic)[inputs, native-inputs]: Remove input labels.
This commit is contained in:
parent
3ec40d0074
commit
501d4b3bb4
1 changed files with 25 additions and 25 deletions
|
@ -7952,34 +7952,34 @@ (define (install src dst)
|
|||
(wrap-program bin-dedicated
|
||||
`("LD_LIBRARY_PATH" ":" prefix
|
||||
(,(string-append curl "/lib:" vorbis "/lib"))))))))))
|
||||
(inputs
|
||||
`(("xonotic-data" ,xonotic-data)
|
||||
("alsa-lib" ,alsa-lib)
|
||||
("curl" ,curl)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("libmodplug" ,libmodplug)
|
||||
("libvorbis" ,libvorbis)
|
||||
("libogg" ,libogg)
|
||||
("libxpm" ,libxpm)
|
||||
("libxxf86dga" ,libxxf86dga)
|
||||
("libxxf86vm" ,libxxf86vm)
|
||||
("libx11" ,libx11)
|
||||
("libxext" ,libxext)
|
||||
("libxau" ,libxau)
|
||||
("libxdmcp" ,libxdmcp)
|
||||
("mesa" ,mesa)
|
||||
("glu" ,glu)
|
||||
("freetype" ,freetype)
|
||||
("sdl2" ,sdl2)
|
||||
("libpng" ,libpng)
|
||||
("hicolor-icon-theme" ,hicolor-icon-theme)))
|
||||
(native-inputs
|
||||
(list unzip
|
||||
autoconf
|
||||
(list autoconf
|
||||
automake
|
||||
pkg-config
|
||||
gmp
|
||||
libtool
|
||||
gmp))
|
||||
pkg-config
|
||||
unzip))
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
curl
|
||||
libjpeg-turbo
|
||||
libmodplug
|
||||
libvorbis
|
||||
libogg
|
||||
libpng
|
||||
libx11
|
||||
libxpm
|
||||
libxxf86dga
|
||||
libxxf86vm
|
||||
libxext
|
||||
libxau
|
||||
libxdmcp
|
||||
mesa
|
||||
glu
|
||||
freetype
|
||||
sdl2
|
||||
hicolor-icon-theme
|
||||
xonotic-data))
|
||||
(home-page "https://xonotic.org")
|
||||
(synopsis "Fast-paced first-person shooter game")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue