~ruther/guix-local

e61c581805b2338ea8feaac86617c5d7bff41c41 — Ludovic Courtès 3 years ago 7a980bb
gnu: qtshadertools: Fix 'license' field.

Fixes <https://issues.guix.gnu.org/57581>.
Reported by Julien Lepiller <julien@lepiller.eu>.
Fix provided by Florian Pelz <pelzflorian@pelzflorian.de>.

* gnu/packages/qt.scm (qtshadertools)[license]: Fix value.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/qt.scm
M gnu/packages/qt.scm => gnu/packages/qt.scm +1 -1
@@ 1383,7 1383,7 @@ set of plugins for interacting with pulseaudio and GStreamer.")))
    (description "The @code{qtshadertools} module provides APIs and tools
supporting shader pipeline functionality as offered in Qt Quick to operate on
Vulkan, OpenGL and other main graphic APIs.")
    (license (package-home-page qtbase))))
    (license (package-license qtbase))))

(define-public qtmultimedia
  (package