mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: quassel: Enable tests.
* gnu/packages/irc.scm (quassel)[arguments]: Add configure-flag to enable tests. Don't disable tests.
This commit is contained in:
parent
a9558ec5e8
commit
6a45d50f3a
1 changed files with 3 additions and 3 deletions
|
@ -109,7 +109,8 @@
|
||||||
(arguments
|
(arguments
|
||||||
;; The three binaries are not mutually exlusive, and are all built
|
;; The three binaries are not mutually exlusive, and are all built
|
||||||
;; by default.
|
;; by default.
|
||||||
'(#:configure-flags '(;;"-DWANT_QTCLIENT=OFF"
|
'(#:configure-flags '("-DBUILD_TESTING=ON"
|
||||||
|
;;"-DWANT_QTCLIENT=OFF"
|
||||||
;;"-DWANT_CORE=OFF"
|
;;"-DWANT_CORE=OFF"
|
||||||
;;"-DWANT_MONO=OFF"
|
;;"-DWANT_MONO=OFF"
|
||||||
"-DWITH_KDE=OFF"
|
"-DWITH_KDE=OFF"
|
||||||
|
@ -122,8 +123,7 @@
|
||||||
(add-after 'unpack 'patch-inxi-reference
|
(add-after 'unpack 'patch-inxi-reference
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(let ((inxi (search-input-file inputs "/bin/inxi")))
|
(let ((inxi (search-input-file inputs "/bin/inxi")))
|
||||||
(symlink inxi "data/scripts/inxi")))))
|
(symlink inxi "data/scripts/inxi")))))))
|
||||||
#:tests? #f)) ; no test target
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config qttools))
|
(list extra-cmake-modules pkg-config qttools))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue