diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-24 00:25:57 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-24 13:25:28 +0200 |
commit | 57945dd70c7acd5b7e14db75df101e1978ab4a00 (patch) | |
tree | 2e046ab50e0ee9d6d6c65222b43184bbb5d5f8fa /gnu/packages/check.scm | |
parent | 3b39f09fd99cd07543b904d11ea9b3463c38ecb7 (diff) |
gnu: znc: Switch back to Guix's googletest package.
* gnu/packages/messaging.scm (znc)[native-inputs]: Use the packaged
googletest's sources.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r-- | gnu/packages/check.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index e19c3d4659..9bc5036cf6 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -478,8 +478,6 @@ 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") |