me
/
guix
Archived
1
0
Fork 0

gnu: conky: Run tests.

There were always tests.

* gnu/packages/conky.scm (conky)[arguments]: Build and run tests.
master
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
1 changed files with 3 additions and 3 deletions

View File

@ -51,10 +51,10 @@
(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