diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-08-22 22:06:12 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-10-16 11:16:01 -0400 |
commit | 31cb6b923e9a4f95dbdae720f83b8b7712ef6667 (patch) | |
tree | a72a9305429643da65b1294ca1b48bf84534259a | |
parent | 2334a24a04f609841ccfe4e6a8593fedecfbac76 (diff) |
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
-rw-r--r-- | gnu/packages/qt.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |