gnu: sqlitebrowser: Enable tests.
* gnu/packages/databases.scm (sqlitebrowser)[arguments]: Don't skip tests. Add configure-flag to enable tests.
This commit is contained in:
parent
1898b8386b
commit
3d8ee86ace
@ -4343,13 +4343,13 @@ a Gtk.Grid Widget.")
|
|||||||
(delete-file-recursively "libs/qscintilla")))))
|
(delete-file-recursively "libs/qscintilla")))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ; no tests
|
(list #:configure-flags
|
||||||
#:configure-flags
|
|
||||||
;; TODO: Unbundle QHexEdit.
|
;; TODO: Unbundle QHexEdit.
|
||||||
#~(list (string-append "-DQSCINTILLA_INCLUDE_DIR="
|
#~(list (string-append "-DQSCINTILLA_INCLUDE_DIR="
|
||||||
#$(this-package-input "qscintilla")
|
#$(this-package-input "qscintilla")
|
||||||
"/include/Qsci")
|
"/include/Qsci")
|
||||||
"-DFORCE_INTERNAL_QCUSTOMPLOT=OFF")))
|
"-DFORCE_INTERNAL_QCUSTOMPLOT=OFF"
|
||||||
|
"-DENABLE_TESTING=ON")))
|
||||||
(inputs
|
(inputs
|
||||||
(list qcustomplot
|
(list qcustomplot
|
||||||
qscintilla
|
qscintilla
|
||||||
|
Loading…
x
Reference in New Issue
Block a user