guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: qtshadertools: Fix 'license' field.


From: guix-commits
Subject: branch master updated: gnu: qtshadertools: Fix 'license' field.
Date: Tue, 13 Sep 2022 10:39:58 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e61c581805 gnu: qtshadertools: Fix 'license' field.
e61c581805 is described below

commit e61c581805b2338ea8feaac86617c5d7bff41c41
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Sep 13 16:36:50 2022 +0200

    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.
---
 gnu/packages/qt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]