[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
148/227: gnu: jsoncpp: Apply patch to regular package.
From: |
guix-commits |
Subject: |
148/227: gnu: jsoncpp: Apply patch to regular package. |
Date: |
Thu, 11 Nov 2021 12:30:29 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit df20439d442759473579323d62fd2eb566d849e6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Oct 21 20:24:51 2021 -0400
gnu: jsoncpp: Apply patch to regular package.
* gnu/packages/serialization.scm (jsoncpp)[source]: Apply patch.
(jsoncpp-with-pkg-version): Delete variant package.
* gnu/packages/jami.scm (libring)[inputs]: Adjust accordingly.
---
gnu/packages/jami.scm | 2 +-
gnu/packages/serialization.scm | 21 ++-------------------
2 files changed, 3 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index 7d71837..5cb9284 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -422,7 +422,7 @@
("eudev" ,eudev)
("ffmpeg" ,ffmpeg-jami)
("jack" ,jack-1)
- ("jsoncpp" ,jsoncpp-with-pkg-version)
+ ("jsoncpp" ,jsoncpp)
("libarchive" ,libarchive)
("libgit2" ,libgit2)
("libnatpmp" ,libnatpmp)
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index dc21dba..4501dfb 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -425,6 +425,8 @@ in which the loaded data is arranged in memory.")
(method git-fetch)
(uri (git-reference (url home-page) (commit version)))
(file-name (git-file-name name version))
+ (patches
+ (search-patches "jsoncpp-pkg-config-version.patch"))
(sha256
(base32
"0qnx5y6c90fphl9mj9d20j2dfgy6s5yr5l0xnzid0vh71zrp6jwv"))))
@@ -444,25 +446,6 @@ preserve existing comment in unserialization/serialization
steps, making
it a convenient format to store user input files.")
(license license:expat)))
-;; XXX: TODO(core-updates): Remove this package and apply the patch to the
-;; jsoncpp package. This patch fixes the package version declared in the
-;; pkg-config file.
-(define-public jsoncpp-with-pkg-version
- (package
- (inherit jsoncpp)
- (name "jsoncpp")
- (version "1.9.4")
- (home-page "https://github.com/open-source-parsers/jsoncpp")
- (source (origin
- (method git-fetch)
- (uri (git-reference (url home-page) (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0qnx5y6c90fphl9mj9d20j2dfgy6s5yr5l0xnzid0vh71zrp6jwv"))
- (patches
- (search-patches "jsoncpp-pkg-config-version.patch"))))))
-
;; Tensorflow does not build with jsoncpp 1.8.x. It is built with commit
;; 4356d9bba191e1e16ce7a92073cbf3e63564e973, which lies between version 1.7.2
;; and 1.7.3.
- 151/227: gnu: python-hypothesis: Update to 6.23.4., (continued)
- 151/227: gnu: python-hypothesis: Update to 6.23.4., guix-commits, 2021/11/11
- 146/227: gnu: nspr: Normalize inputs., guix-commits, 2021/11/11
- 152/227: gnu: python-dbus: Update to 1.2.18., guix-commits, 2021/11/11
- 166/227: gnu: python2-lit: Remove package., guix-commits, 2021/11/11
- 167/227: gnu: python-lit: Update to 12.0.1., guix-commits, 2021/11/11
- 172/227: gnu: dconf: Update to 0.40.0., guix-commits, 2021/11/11
- 176/227: gnu: Add libxcvt., guix-commits, 2021/11/11
- 177/227: gnu: xorg-server, xorg-server-for-tests: Update to 21.1.0., guix-commits, 2021/11/11
- 181/227: gnu: network-manager: Update to 1.32.12., guix-commits, 2021/11/11
- 124/227: gnu: libthai: Make datrie a normal native-input., guix-commits, 2021/11/11
- 148/227: gnu: jsoncpp: Apply patch to regular package.,
guix-commits <=
- 150/227: gnu: curl: Update to 7.79.1., guix-commits, 2021/11/11
- 155/227: gnu: python-pytest: Update to 6.2.5., guix-commits, 2021/11/11
- 156/227: gnu: python-six-bootstrap: Update to 1.16.0., guix-commits, 2021/11/11
- 159/227: gnu: gstreamer: Disable the pipelines-seek test., guix-commits, 2021/11/11
- 164/227: gnu: gdb: Update to 11.1 and remove gdb-9.2., guix-commits, 2021/11/11
- 169/227: gnu: Add meson-0.59., guix-commits, 2021/11/11
- 175/227: gnu: xorgproto: Update to 2021.5., guix-commits, 2021/11/11
- 185/227: gnu: emacs-elpy: Update to 1.35.0-0.8d0de31., guix-commits, 2021/11/11
- 192/227: gnu: python-docker: Update to 5.0.3 and remove obsolete package variants., guix-commits, 2021/11/11
- 191/227: gnu: python-requests: Update to 2.26.0., guix-commits, 2021/11/11