summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-03-10 14:45:06 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-03-18 00:19:57 +0100
commitd7f37691953d8d44e8ef42ac41fefee989341cc6 (patch)
tree53539496c866afa571088ede47cb5146487d374a /gnu
parentab667712edfcd1f3b8f918660046db8c15e70501 (diff)
downloadguix-patches-d7f37691953d8d44e8ef42ac41fefee989341cc6.tar
guix-patches-d7f37691953d8d44e8ef42ac41fefee989341cc6.tar.gz
gnu: Switch from xf86bigfontproto to xorgproto.
* gnu/packages/xorg.scm (xf86bigfontproto)[properties]: Mark as superseded by XORGPROTO. (xorg-server)[inputs]: Remove XF86BIGFONTPROTO.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xorg.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 7de177f9c0..aa8c19b06e 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3521,8 +3521,8 @@ xf86-video-voodoo/patch/?id=9172ae566a0e85313fc80ab62b4455393eefe593")
(description
"XFree86 Bigfont Extension contains header files and documentation
for the XF86BigFontProto protocol.")
- (license license:x11)))
-
+ (license license:x11)
+ (properties `((superseded . ,xorgproto)))))
(define-public xf86dgaproto
(package
@@ -5112,7 +5112,6 @@ over Xlib, including:
("libxshmfence" ,libxshmfence)
("libxt" ,libxt)
("libxv" ,libxv)
- ("xf86bigfontproto" ,xf86bigfontproto)
("xf86vidmodeproto" ,xf86vidmodeproto)
("xkbcomp" ,xkbcomp)
("xkeyboard-config" ,xkeyboard-config)