gnu: Switch from bigreqsproto to xorgproto.
* gnu/packages/xorg.scm (xorg-server)[inputs]: Remove BIGREQSPROTO. (bigreqsproto)[properties]: Mark as superseded by XORGPROTO.
This commit is contained in:
parent
bea5239a3f
commit
727f076fcd
|
@ -246,8 +246,8 @@ the core protocol and (many) extensions for the X Window System.")
|
||||||
(description
|
(description
|
||||||
"Big Requests Extension defines a protocol to enable the use of
|
"Big Requests Extension defines a protocol to enable the use of
|
||||||
requests that exceed 262140 bytes in length.")
|
requests that exceed 262140 bytes in length.")
|
||||||
(license license:x11)))
|
(license license:x11)
|
||||||
|
(properties `((superseded . ,xorgproto)))))
|
||||||
|
|
||||||
(define-public compositeproto
|
(define-public compositeproto
|
||||||
(package
|
(package
|
||||||
|
@ -5122,8 +5122,7 @@ over Xlib, including:
|
||||||
("xf86driproto" ,xf86driproto)
|
("xf86driproto" ,xf86driproto)
|
||||||
("xorgproto" ,xorgproto)))
|
("xorgproto" ,xorgproto)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("bigreqsproto" ,bigreqsproto)
|
`(("compositeproto" ,compositeproto)
|
||||||
("compositeproto" ,compositeproto)
|
|
||||||
("damageproto" ,damageproto)
|
("damageproto" ,damageproto)
|
||||||
("udev" ,eudev)
|
("udev" ,eudev)
|
||||||
("dbus" ,dbus)
|
("dbus" ,dbus)
|
||||||
|
|
Loading…
Reference in New Issue