mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
9020252114
commit
3293fad24a
3 changed files with 20 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue