diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-04-21 07:55:06 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-04-21 08:32:59 -0700 |
commit | b7e1d03625361661631dc2deb1ffedca8e971199 (patch) | |
tree | 5c0cbf2e4a43df7d53881350693c7522f9f86a4d /gnu/packages | |
parent | 084d3cac2b9808e92595487ff93eaf11f7e484f7 (diff) | |
download | guix-b7e1d03625361661631dc2deb1ffedca8e971199.tar.gz |
gnu: rust-wayland-egl-0.28: Fix grammar.
* gnu/packages/crates-graphics.scm (rust-wayland-egl-0.28)[description]: Remove gratuitous use of "allows to".
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/crates-graphics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index cd1712dc13..e5719f97e4 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -2532,7 +2532,7 @@ properly display animated cursors.") (synopsis "Bindings to libwayland-egl") (description "This crate provides bindings for OpenGL/Vulkan support for -Wayland client apps. It allows to create an EGLSurface from any +Wayland client apps. It creates an EGLSurface from any WlSurface, which can then play the role of the base surface for initializing an OpenGL or Vulkan context.") (license license:expat))) |