gnu: Switch from bigreqsproto to xorgproto.

* gnu/packages/xorg.scm (xorg-server)[inputs]: Remove BIGREQSPROTO.
(bigreqsproto)[properties]: Mark as superseded by XORGPROTO.
master
Marius Bakke 2018-03-10 12:43:34 +01:00
parent bea5239a3f
commit 727f076fcd
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 4 deletions

View File

@ -246,8 +246,8 @@ the core protocol and (many) extensions for the X Window System.")
(description
"Big Requests Extension defines a protocol to enable the use of
requests that exceed 262140 bytes in length.")
(license license:x11)))
(license license:x11)
(properties `((superseded . ,xorgproto)))))
(define-public compositeproto
(package
@ -5122,8 +5122,7 @@ over Xlib, including:
("xf86driproto" ,xf86driproto)
("xorgproto" ,xorgproto)))
(inputs
`(("bigreqsproto" ,bigreqsproto)
("compositeproto" ,compositeproto)
`(("compositeproto" ,compositeproto)
("damageproto" ,damageproto)
("udev" ,eudev)
("dbus" ,dbus)