gnu: Switch from windowswmproto to xorgproto.

* gnu/packages/xorg.scm (libwindowswm)[inputs]: Remove WINDOWSWMPROTO.
(windowswmproto)[properties]: Mark as superseded by XORGPROTO.
This commit is contained in:
Marius Bakke 2018-03-10 14:02:24 +01:00
parent 205b83ad15
commit 196abe4d91
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1248,8 +1248,7 @@ (define-public libwindowswm
(inputs
`(("xorgproto" ,xorgproto)
("libxext" ,libxext)
("libx11" ,libx11)
("windowswmproto" ,windowswmproto)))
("libx11" ,libx11)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "https://www.x.org/wiki/")
@ -1958,8 +1957,8 @@ (define-public windowswmproto
an X11 server and the Microsoft Windows native window manager. WindowsWM
is only intended to be used on Cygwin when running a rootless XWin
server.")
(license license:x11)))
(license license:x11)
(properties `((superseded . ,xorgproto)))))
(define-public x11perf
(package