mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: retroarch: Remove input labels.
* gnu/packages/emulators.scm (retroarch)[inputs]: Remove labels. Change-Id: Ia536f4b529260dc8c0f91618e0fd1e207984942f
This commit is contained in:
parent
f0222fb37e
commit
c03a44f755
1 changed files with 24 additions and 24 deletions
|
@ -1477,30 +1477,30 @@ (define-public retroarch
|
|||
"--disable-builtinflac"
|
||||
"--disable-builtinglslang")))))))
|
||||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("flac" ,flac)
|
||||
("freetype" ,freetype)
|
||||
("glslang" ,glslang)
|
||||
("libxinerama" ,libxinerama)
|
||||
("libxkbcommon" ,libxkbcommon)
|
||||
("libxml2" ,libxml2)
|
||||
("libxrandr" ,libxrandr)
|
||||
("libxv" ,libxv)
|
||||
("mbedtls-apache" ,mbedtls-apache)
|
||||
("mesa" ,mesa)
|
||||
("openal" ,openal)
|
||||
("openssl" ,openssl)
|
||||
("pulseaudio" ,pulseaudio)
|
||||
("python" ,python)
|
||||
("qtbase" ,qtbase-5)
|
||||
("sdl" ,sdl2)
|
||||
("spirv-headers" ,spirv-headers)
|
||||
("spirv-tools" ,spirv-tools)
|
||||
("udev" ,eudev)
|
||||
("vulkan-loader" ,vulkan-loader)
|
||||
("wayland" ,wayland)
|
||||
("zlib" ,zlib)))
|
||||
(list alsa-lib
|
||||
eudev
|
||||
ffmpeg
|
||||
flac
|
||||
freetype
|
||||
glslang
|
||||
libxinerama
|
||||
libxkbcommon
|
||||
libxml2
|
||||
libxrandr
|
||||
libxv
|
||||
mbedtls-apache
|
||||
mesa
|
||||
openal
|
||||
openssl
|
||||
pulseaudio
|
||||
python
|
||||
qtbase-5
|
||||
sdl2
|
||||
spirv-headers
|
||||
spirv-tools
|
||||
vulkan-loader
|
||||
wayland
|
||||
zlib))
|
||||
(native-inputs
|
||||
(list pkg-config wayland-protocols which))
|
||||
(native-search-paths
|
||||
|
|
Loading…
Reference in a new issue