mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: jsoncpp: Fix test failure on armhf-linux and aarch64-linux.
* gnu/packages/patches/jsoncpp-fix-inverted-case.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/serialization.scm (jsoncpp)[source](patches): New field.
This commit is contained in:
parent
7dadffff8d
commit
11f87d635c
3 changed files with 24 additions and 0 deletions
|
@ -290,6 +290,7 @@ that implements both the msgpack and msgpack-rpc specifications.")
|
|||
(method git-fetch)
|
||||
(uri (git-reference (url home-page) (commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(patches (search-patches "jsoncpp-fix-inverted-case.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"037d1b1qdmn3rksmn1j71j26bv4hkjv7sn7da261k853xb5899sg"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue