gnu: googletest: Update to 1.10.0.

* gnu/packages/check.scm (googletest): Update to 1.10.0.
(googletest-1.8): New public variable.
* gnu/packages/audio.scm (cli-visualizer)[inputs]: Change from GOOGLETEST to GOOGLETEST-1.8.
* gnu/packages/serialization.scm (msgpack)[native-inputs]: Likewise.
This commit is contained in:
Marius Bakke 2019-12-20 19:22:40 +01:00
parent 9020252114
commit 3293fad24a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 20 additions and 5 deletions

View file

@ -123,7 +123,7 @@ such as compact binary encodings, XML, or JSON.")
(base32 "1ljqmgscdb0f8w8kx2lnswnisyxchcmijbjbmswkv0g187bvqg23"))))
(build-system cmake-build-system)
(native-inputs
`(("googletest" ,googletest)
`(("googletest" ,googletest-1.8)
("pkg-config" ,pkg-config)))
(propagated-inputs
`(("zlib" ,zlib))) ;; Msgpack installs two headers (zbuffer.h,