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.
This commit is contained in:
Ludovic Courtès 2022-09-13 16:36:50 +02:00
parent 7a980bbaf4
commit e61c581805
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

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