[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: qtdeclarative: Add a debug output.
From: |
guix-commits |
Subject: |
05/08: gnu: qtdeclarative: Add a debug output. |
Date: |
Mon, 16 Oct 2023 11:18:12 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 31cb6b923e9a4f95dbdae720f83b8b7712ef6667
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Aug 22 22:06:12 2023 -0400
gnu: qtdeclarative: Add a debug output.
* gnu/packages/qt.scm (qtdeclarative) [outputs]: New field.
Series-version: 3
Series-to: 65922@debbugs.gnu.org
Series-prefix: qt-team
Cover-letter:
Avoid capturing python in qtbase, reinstate tests
Thes series removes Python from the closure of qtbase, both for versions
5.15
and 6.5. It also reinstate a few tests that was made possible thanks to
discussions with upstream following reported the issues.
END
---
gnu/packages/qt.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 8cc1fa7398..87de296013 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1372,6 +1372,7 @@ with JavaScript and C++.")))
(base32
"06c7xfqn2a5s2m8j1bcvx3pyjqg1rgqkjvp49737gb4z9vjiz8gk"))
(patches (search-patches
"qtdeclarative-disable-qmlcache.patch"))))
+ (outputs '("out" "debug"))
(build-system cmake-build-system)
(arguments
(list
- branch master updated (b6a070d2a3 -> ff11cbc2e9), guix-commits, 2023/10/16
- 02/08: gnu: qtbase: Add $TZDIR to native search paths., guix-commits, 2023/10/16
- 07/08: gnu: maliit-framework: Disable two mimpluginmanager tests., guix-commits, 2023/10/16
- 05/08: gnu: qtdeclarative: Add a debug output.,
guix-commits <=
- 06/08: gnu: qtwayland-5: Disable tst_surface test on aarch64-linux., guix-commits, 2023/10/16
- 01/08: gnu: qtbase: Do not capture Python (again)., guix-commits, 2023/10/16
- 08/08: gnu: libcamera: Disable log_process test on aarch64., guix-commits, 2023/10/16
- 03/08: gnu: qtbase: Reinstate date related tests., guix-commits, 2023/10/16
- 04/08: gnu: qtbase: Disable problematic tests on powerpc64le., guix-commits, 2023/10/16