summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-05-02 21:27:51 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-05-02 23:45:55 +0200
commit8cb3a0cf0aa40fb157474b95413e89635e10c466 (patch)
tree71dcb2e09de2c6a346e3bddb63d3f8848aa6ff81 /gnu/packages/check.scm
parent41700efa40dd0247cd907014dc2ecd6594a28e6b (diff)
downloadgnu-guix-8cb3a0cf0aa40fb157474b95413e89635e10c466.tar
gnu-guix-8cb3a0cf0aa40fb157474b95413e89635e10c466.tar.gz
gnu: znc: Update to 1.7.0.
* gnu/packages/messaging.scm (znc): Update to 1.7.0. [native-inputs]: Replace GOOGLETEST source input with a newer git checkout. [arguments]: Adjust the ‘unpack-googletest’ phase accordingly. Add ‘--with-gmock=...’ to #:configure-flags.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r--gnu/packages/check.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index ce46e34bfb..712e470fea 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -394,6 +394,8 @@ test coverage and has a web user interface that will refresh automatically.")
(home-page "https://github.com/smartystreets/goconvey")
(license license:expat)))
+;; XXX When updating, check whether ZNC's GOOGLETEST-SOURCES can be
+;; switched back to simply using (PACKAGE-SOURCE ...).
(define-public googletest
(package
(name "googletest")