me
/
guix
Archived
1
0
Fork 0

gnu: qtbase: Provide debug symbols.

* gnu/packages/qt.scm (qtbase)[outputs]: Add "debug".
[arguments]: Add "-force-debug-info" to configure flags.
master
Jakub Kądziołka 2020-07-25 23:05:33 +02:00
parent 08683393c3
commit ab6fe9d362
No known key found for this signature in database
GPG Key ID: E315A75846131564
1 changed files with 4 additions and 0 deletions

View File

@ -368,6 +368,7 @@ developers using C++ or QML, a CSS & JavaScript like language.")
"zlib"))
#t)))))
(build-system gnu-build-system)
(outputs '("out" "debug"))
(propagated-inputs
`(("mesa" ,mesa)
;; Use which the package, not the function
@ -474,6 +475,9 @@ developers using C++ or QML, a CSS & JavaScript like language.")
"-opensource"
"-confirm-license"
;; Later stripped into the :debug output.
"-force-debug-info"
;; These features require higher versions of Linux than the
;; minimum version of the glibc. See
;; src/corelib/global/minimum-linux_p.h. By disabling these