me
/
guix
Archived
1
0
Fork 0

gnu: weston: Use plain list of inputs.

* gnu/packages/freedesktop.scm (weston)[inputs]: Use new style.
master
Ricardo Wurmus 2022-10-08 10:05:46 +02:00
parent e1ee64b55a
commit 4678f77b49
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 28 additions and 28 deletions
gnu/packages

View File

@ -1178,34 +1178,34 @@ protocol either in Wayland core, or some other protocol in wayland-protocols.")
(native-inputs (native-inputs
(list mscgen pkg-config python-3 xorg-server)) (list mscgen pkg-config python-3 xorg-server))
(inputs (inputs
`(("cairo" ,cairo-xcb) (list cairo-xcb
("colord" ,colord) colord
("dbus" ,dbus) dbus
("elogind" ,elogind) elogind
("freerdp" ,freerdp) freerdp
("glib" ,glib) glib
("gstreamer" ,gstreamer) gstreamer
("gst-plugins-base" ,gst-plugins-base) gst-plugins-base
("lcms" ,lcms) lcms
("libdrm" ,libdrm) libdrm
("libevdev" ,libevdev) libevdev
("libinput" ,libinput-minimal) libinput-minimal
("libjpeg" ,libjpeg-turbo) libjpeg-turbo
("libpng" ,libpng) libpng
("libunwind" ,libunwind) libunwind
("libva" ,libva) libva
("libwebp" ,libwebp) libwebp
("libx11" ,libx11) libx11
("libxcb" ,libxcb) libxcb
("libxcursor" ,libxcursor) libxcursor
("libxml2" ,libxml2) libxml2
("mesa" ,mesa) mesa
("mtdev" ,mtdev) mtdev
("linux-pam" ,linux-pam) linux-pam
("pango" ,pango) pango
("pipewire" ,pipewire-0.3) pipewire-0.3
("wayland-protocols" ,wayland-protocols-next) wayland-protocols-next
("xorg-server-xwayland" ,xorg-server-xwayland))) xorg-server-xwayland))
(propagated-inputs (propagated-inputs
(list libxkbcommon pixman wayland)) (list libxkbcommon pixman wayland))
(arguments (arguments