gnu: conky: Run tests.

There were always tests.

* gnu/packages/conky.scm (conky)[arguments]: Build and run tests.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-06 23:55:28 +02:00
parent dfef3121c3
commit 4002fcfb8b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -51,10 +51,10 @@ (define-public conky
(base32 "1grxapl4q37fzk2rsijwz2rrl0aj520y8daki6bg48jb9vjd39n7"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; there are no tests
#:configure-flags
`(#:configure-flags
(list "-DRELEASE=true"
"-DBUILD_PULSEAUDIO=ON")
"-DBUILD_PULSEAUDIO=ON"
"-DBUILD_TESTS=ON")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'add-freetype-to-search-path