mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: conky: Run tests.
There were always tests. * gnu/packages/conky.scm (conky)[arguments]: Build and run tests.
This commit is contained in:
parent
dfef3121c3
commit
4002fcfb8b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue