[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/13: gnu: conky: Run tests.
From: |
guix-commits |
Subject: |
12/13: gnu: conky: Run tests. |
Date: |
Thu, 6 May 2021 18:17:43 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 4002fcfb8b79095664ee4f5a77ee2629142b5482
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 6 23:55:28 2021 +0200
gnu: conky: Run tests.
There were always tests.
* gnu/packages/conky.scm (conky)[arguments]: Build and run tests.
---
gnu/packages/conky.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/conky.scm b/gnu/packages/conky.scm
index 2c3cb87..a1edc93 100644
--- a/gnu/packages/conky.scm
+++ b/gnu/packages/conky.scm
@@ -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
- branch master updated (d330d63 -> 6d6b720), guix-commits, 2021/05/06
- 10/13: gnu: remind: Move Tcl/Tk scripts to separate output., guix-commits, 2021/05/06
- 06/13: gnu: mcelog: Update to 176., guix-commits, 2021/05/06
- 12/13: gnu: conky: Run tests.,
guix-commits <=
- 09/13: gnu: remind: Run tests., guix-commits, 2021/05/06
- 03/13: gnu: fish: Update to 3.2.2., guix-commits, 2021/05/06
- 08/13: gnu: remind: Update to 3.3.6., guix-commits, 2021/05/06
- 07/13: gnu: aspell-dict-en: Update to 2020.12.07-0., guix-commits, 2021/05/06
- 01/13: gnu: tintin++: Update to 2.02.11., guix-commits, 2021/05/06
- 02/13: gnu: polyml: Update to 5.8.2., guix-commits, 2021/05/06
- 04/13: gnu: txr: Update to 258., guix-commits, 2021/05/06
- 05/13: gnu: lsscsi: Update to 0.32., guix-commits, 2021/05/06
- 13/13: gnu: conky: Enable WLAN support., guix-commits, 2021/05/06
- 11/13: gnu: conky: Update to 1.12.2., guix-commits, 2021/05/06