GNU bug report logs -
#66724
[PATCH 0/4] gnu: retroarch: Update to 1.16.0.3
Previous Next
Reported by: iyzsong <at> envs.net
Date: Tue, 24 Oct 2023 12:38:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 66724 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/emulators.scm (retroarch)[inputs]: Remove labels.
Change-Id: Ia536f4b529260dc8c0f91618e0fd1e207984942f
---
gnu/packages/emulators.scm | 48 +++++++++++++++++++-------------------
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index e0a532636e..0729feb071 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -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
--
2.41.0
This bug report was last modified 1 year and 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.