diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-09-13 16:36:50 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-09-13 16:38:08 +0200 |
commit | e61c581805b2338ea8feaac86617c5d7bff41c41 (patch) | |
tree | dbe93b4035e2a77478bce95112f67647db487a1b /gnu/packages/qt.scm | |
parent | 7a980bbaf44bb6c3278bc1c9606681135f3ff62d (diff) | |
download | guix-e61c581805b2338ea8feaac86617c5d7bff41c41.tar.gz |
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.
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 6ee70bc701..bcdad65d3c 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -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 |