[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/51: gnu: qmapshack: Remove sqlite-with-column-metadata workaround.
From: |
guix-commits |
Subject: |
50/51: gnu: qmapshack: Remove sqlite-with-column-metadata workaround. |
Date: |
Fri, 24 Jan 2020 14:48:26 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 5fcc5b38ed309ded75e52f54dc14b371f3a6bc96
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Jan 24 17:54:58 2020 +0100
gnu: qmapshack: Remove sqlite-with-column-metadata workaround.
* gnu/packages/geo.scm (qmapshack)[arguments]: Do not set LD_LIBRARY_PATH in
wrapper scripts.
---
gnu/packages/geo.scm | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index b5b6d91..5f9037a 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1431,23 +1431,15 @@ using the dataset of topographical information
collected by
(invoke "patch" "-p1" "-i" "FindQuaZip5.patch")
#t))
(add-after 'install 'wrap
- ;; The program fails to run with the error:
- ;; undefined symbol: sqlite3_column_table_name16
- ;; Forcing the program to use sqlite-with-column-metadata instead
- ;; of sqlite using LD_LIBRARY_PATH solves the problem.
- ;;
- ;; The program also fails to find the QtWebEngineProcess program,
+ ;; The program fails to find the QtWebEngineProcess program,
;; so we set QTWEBENGINEPROCESS_PATH to help it.
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((bin (string-append (assoc-ref outputs "out") "/bin"))
(qtwebengineprocess (string-append
(assoc-ref inputs "qtwebengine")
- "/lib/qt5/libexec/QtWebEngineProcess"))
- (sqlite-lib (string-append (assoc-ref inputs "sqlite")
- "/lib")))
+
"/lib/qt5/libexec/QtWebEngineProcess")))
(for-each (lambda (program)
(wrap-program program
- `("LD_LIBRARY_PATH" ":" prefix (,sqlite-lib))
`("QTWEBENGINEPROCESS_PATH" =
(,qtwebengineprocess))))
(find-files bin ".*")))
- 24/51: gnu: python2-importlib-resources: Drop 'wheel' dependency., (continued)
- 24/51: gnu: python2-importlib-resources: Drop 'wheel' dependency., guix-commits, 2020/01/24
- 29/51: gnu: python-pycairo: Update to 1.18.2., guix-commits, 2020/01/24
- 31/51: gnu: python-dateutil: Add missing input., guix-commits, 2020/01/24
- 15/51: gnu: python-mock: Update to 3.0.5., guix-commits, 2020/01/24
- 39/51: gnu: python-setuptools-scm: Update to 3.4.3., guix-commits, 2020/01/24
- 43/51: gnu: python-fonttools: Update to 4.2.4., guix-commits, 2020/01/24
- 44/51: gnu: libuv: Update to 1.34.2., guix-commits, 2020/01/24
- 46/51: gnu: sqlite: Update to 3.31.0., guix-commits, 2020/01/24
- 47/51: gnu: pciutils: Update to 3.6.3., guix-commits, 2020/01/24
- 49/51: gnu: bison: Update to 3.5.1., guix-commits, 2020/01/24
- 50/51: gnu: qmapshack: Remove sqlite-with-column-metadata workaround.,
guix-commits <=
- 51/51: gnu: python2-pygtk: Build with pango@1.42., guix-commits, 2020/01/24