efraim pushed a commit to branch qt-updates
in repository guix.

commit bd7dd7649d64411e7ed12cd98897ffd0873f9b3d
Author: Efraim Flashner <efr...@flashner.co.il>
Date:   Sun Oct 21 09:21:34 2018 +0300

    gnu: qt@4: Update license list.
    
    * gnu/packages/qt.scm (qt@4)[license]: Fix license information.
---
 gnu/packages/qt.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 65ba4af..6d9b3f9 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -487,7 +487,8 @@ system, and the core design of Django is reused in 
Grantlee.")
               ;; different "devices" due to bind-mounts.
               (copy-recursively olddoc docdir)
               (delete-file-recursively olddoc)
-              #t))))))))
+              #t))))))
+      (license (list license:lgpl2.1 license:gpl3))))
 
 (define-public qtbase
   (package

Reply via email to