guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52757: [PATCH] gnu: sdl2: Update to 2.0.18.


From: Nicolas Goaziou
Subject: bug#52757: [PATCH] gnu: sdl2: Update to 2.0.18.
Date: Tue, 25 Jan 2022 18:56:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hello,

dan <igaryhe@gmail.com> writes:

> * gnu/packages/sdl.scm(sdl2): Update to 2.0.18.
> [inputs]: Update with new syntax.

Thank you.

I applied it on core-updates branch.

> -     (append `(("dbus" ,dbus)
> -               ("eudev" ,eudev) ; for discovering input devices
> -               ("fcitx" ,fcitx) ; helps with CJK input
> -               ("glib" ,glib)
> -               ("ibus" ,ibus)
> -               ("libxkbcommon" ,libxkbcommon)
> -               ("libxcursor" ,libxcursor) ; enables X11 cursor support
> -               ("wayland" ,wayland)
> -               ("wayland-protocols" ,wayland-protocols))
> -             (package-inputs sdl)))
> +     (list dbus
> +           eudev      ; for discovering input devices
> +           fcitx      ; helps with CJK input
> +           glib
> +           ibus
> +           libxkbcommon
> +           libxcursor ; enables X11 cursor support
> +           wayland
> +           wayland-protocols
> +           libxrandr
> +           glu
> +           alsa-lib
> +           pulseaudio))

I used the modify-inputs macros instead.

Regards,
-- 
Nicolas Goaziou





reply via email to

[Prev in Thread] Current Thread [Next in Thread]