me
/
guix
Archived
1
0
Fork 0

gnu: quassel: Enable tests.

* gnu/packages/irc.scm (quassel)[arguments]: Add configure-flag to
enable tests. Don't disable tests.
Efraim Flashner 2022-01-13 16:50:32 +02:00
parent a9558ec5e8
commit 6a45d50f3a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -109,7 +109,8 @@
(arguments
;; The three binaries are not mutually exlusive, and are all built
;; by default.
'(#:configure-flags '(;;"-DWANT_QTCLIENT=OFF"
'(#:configure-flags '("-DBUILD_TESTING=ON"
;;"-DWANT_QTCLIENT=OFF"
;;"-DWANT_CORE=OFF"
;;"-DWANT_MONO=OFF"
"-DWITH_KDE=OFF"
@ -122,8 +123,7 @@
(add-after 'unpack 'patch-inxi-reference
(lambda* (#:key inputs #:allow-other-keys)
(let ((inxi (search-input-file inputs "/bin/inxi")))
(symlink inxi "data/scripts/inxi")))))
#:tests? #f)) ; no test target
(symlink inxi "data/scripts/inxi")))))))
(native-inputs
(list extra-cmake-modules pkg-config qttools))
(inputs