mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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:
parent
7a980bbaf4
commit
e61c581805
1 changed files with 1 additions and 1 deletions
|
@ -1383,7 +1383,7 @@ (define-public qtshadertools
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue