diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-10 13:47:49 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-18 00:19:55 +0100 |
commit | 70b02a6a6a329c6a6f95be4e0af3ebdb0dfb726c (patch) | |
tree | 154f14a04735e6bc1d75a445d4cdb85a3c4aa7d2 /gnu/packages/xorg.scm | |
parent | b4d7aef53658388316dd9727bca6cb9afad734e2 (diff) | |
download | guix-70b02a6a6a329c6a6f95be4e0af3ebdb0dfb726c.tar.gz |
gnu: Switch from glproto to xorgproto.
* gnu/packages/gl.scm (mesa)[propaged-inputs]: Replace GLPROTO with XORGPROTO. * gnu/packages/xorg.scm (glproto)[properties]: Mark as superseded by XORGPROTO.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index cf062fd253..fade6e8fea 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -935,8 +935,8 @@ the fonts protocol.") (description "OpenGL Extension defines a protocol for the client to send 3D rendering commands to the X server.") - (license license:x11))) - + (license license:x11) + (properties `((superseded . ,xorgproto))))) (define-public iceauth (package |