guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: qt: Remove bundled copy of sqlite.


From: Andreas Enge
Subject: 03/04: gnu: qt: Remove bundled copy of sqlite.
Date: Sun, 04 Oct 2015 21:04:36 +0000

andreas pushed a commit to branch master
in repository guix.

commit 9c32e1fef1a1a0f1be1cb93b2149b9d4eb47ab42
Author: Andreas Enge <address@hidden>
Date:   Sun Oct 4 20:00:28 2015 +0200

    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>.
---
 gnu/packages/qt.scm |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 4f23b63..ab390d3 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]