mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
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
1 changed files with 3 additions and 3 deletions
|
@ -4343,13 +4343,13 @@ (define-public sqlitebrowser
|
|||
(delete-file-recursively "libs/qscintilla")))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; no tests
|
||||
#:configure-flags
|
||||
(list #:configure-flags
|
||||
;; TODO: Unbundle QHexEdit.
|
||||
#~(list (string-append "-DQSCINTILLA_INCLUDE_DIR="
|
||||
#$(this-package-input "qscintilla")
|
||||
"/include/Qsci")
|
||||
"-DFORCE_INTERNAL_QCUSTOMPLOT=OFF")))
|
||||
"-DFORCE_INTERNAL_QCUSTOMPLOT=OFF"
|
||||
"-DENABLE_TESTING=ON")))
|
||||
(inputs
|
||||
(list qcustomplot
|
||||
qscintilla
|
||||
|
|
Loading…
Reference in a new issue