summaryrefslogtreecommitdiff
path: root/gnu/packages/xnee.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-03-10 14:17:20 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-03-18 00:19:56 +0100
commitec89471d8300fb3c9027f77e1d0afd263c790e15 (patch)
treed185518a30d75fd83cd0d96a6c2d7e635cf0f520 /gnu/packages/xnee.scm
parent2bf1fa98f2d24bbc3fd6aa04a8451c7f2762ca9e (diff)
downloadpatches-ec89471d8300fb3c9027f77e1d0afd263c790e15.tar
patches-ec89471d8300fb3c9027f77e1d0afd263c790e15.tar.gz
gnu: Switch from recordproto to xorgproto.
* gnu/packages/xnee.scm (xnee)[inputs]: Remove RECORDPROTO. * gnu/packages/xorg.scm (recordproto)[properties]: Mark as superseded by XORGPROTO. (libxtst)[propagated-inputs]: Replace RECORDPROTO with XORGPROTO. [inputs]: Remove XORGPROTO. * gnu/packages/xorg.scm (xorg-server)[inputs]: Remove RECORDPROTO.
Diffstat (limited to 'gnu/packages/xnee.scm')
-rw-r--r--gnu/packages/xnee.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/xnee.scm b/gnu/packages/xnee.scm
index 025dc2185d..5cd20cbef1 100644
--- a/gnu/packages/xnee.scm
+++ b/gnu/packages/xnee.scm
@@ -44,7 +44,6 @@
("libxext" ,libxext)
("libxi" ,libxi)
("libxtst" ,libxtst)
- ("recordproto" ,recordproto)
("xorgproto" ,xorgproto)))
(native-inputs
`(("pkg-config" ,pkg-config)))