gnu: qt: Remove bundled copy of sqlite.
* gnu/packages/qt.scm (qt)[source]: Add snippet to remove the bundled copy of sqlite. Partially fixes <http://bugs.gnu.org/21288>.
This commit is contained in:
parent
bc554b43d6
commit
9c32e1fef1
|
@ -121,7 +121,10 @@ X11 (yet).")
|
|||
(delete-file-recursively "qtwebengine")
|
||||
;; Remove one of the two bundled harfbuzz copies in addition
|
||||
;; to passing "-system-harfbuzz".
|
||||
(delete-file-recursively "qtbase/src/3rdparty/harfbuzz-ng")))))
|
||||
(delete-file-recursively "qtbase/src/3rdparty/harfbuzz-ng")
|
||||
;; Remove the bundled sqlite copy in addition to
|
||||
;; passing "-system-sqlite".
|
||||
(delete-file-recursively "qtbase/src/3rdparty/sqlite")))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("mesa" ,mesa)))
|
||||
|
|
Loading…
Reference in New Issue