GNU bug report logs -
#49662
Weston (Wayland Compositor)
Previous Next
Full log
Message #23 received at 49662 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Tue, Jul 20, 2021 at 10:36:57AM -0400, Raghav Gururajan via Guix-patches via wrote:
> * gnu/packages/freedesktop.scm (weston)[inputs]: Move libxkbcommon,
> pixman and wayland to ...
> [propagated-inputs]: ... here.
> ---
you added pixman in a previous patch. I would combine the two patches
for adding more inputs and moving others to propagated-inputs with a
'fixup package inputs' or a subject line similar to that.
> gnu/packages/freedesktop.scm | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
> index f05b5927f9..401d15a2df 100644
> --- a/gnu/packages/freedesktop.scm
> +++ b/gnu/packages/freedesktop.scm
> @@ -1074,17 +1074,18 @@ applications, X servers (rootless or fullscreen) or other display servers.")
> ("libx11" ,libx11)
> ("libxcb" ,libxcb)
> ("libxcursor" ,libxcursor)
> - ("libxkbcommon" ,libxkbcommon)
> ("libxml2" ,libxml2)
> ("mesa" ,mesa)
> ("mtdev" ,mtdev)
> ("linux-pam" ,linux-pam)
> ("pango" ,pango)
> ("pipewire" ,pipewire)
> - ("pixman" ,pixman)
> - ("wayland" ,wayland)
> ("wayland-protocols" ,wayland-protocols)
> ("xorg-server-xwayland" ,xorg-server-xwayland)))
> + (propagated-inputs
> + `(("libxkbcommon" ,libxkbcommon)
> + ("pixman" ,pixman)
> + ("wayland" ,wayland)))
> (arguments
> `(#:configure-flags
> (list
> --
> 2.32.0
>
>
>
>
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 3 years and 299 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.