From ec89471d8300fb3c9027f77e1d0afd263c790e15 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 10 Mar 2018 14:17:20 +0100 Subject: 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. --- gnu/packages/xnee.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'gnu/packages/xnee.scm') 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 @@ (define-public xnee ("libxext" ,libxext) ("libxi" ,libxi) ("libxtst" ,libxtst) - ("recordproto" ,recordproto) ("xorgproto" ,xorgproto))) (native-inputs `(("pkg-config" ,pkg-config))) -- cgit v1.2.3