GNU bug report logs - #52757
[PATCH] gnu: sdl2: Update to 2.0.18.

Previous Next

Package: guix-patches;

Reported by: dan <igaryhe <at> gmail.com>

Date: Thu, 23 Dec 2021 17:01:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 52757-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: dan <igaryhe <at> gmail.com>
Cc: 52757-done <at> debbugs.gnu.org
Subject: Re: [bug#52757] [PATCH] gnu: sdl2: Update to 2.0.18.
Date: Tue, 25 Jan 2022 18:56:09 +0100
Hello,

dan <igaryhe <at> 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




This bug report was last modified 3 years and 114 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.