diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2020-05-14 22:54:27 +0200 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2020-05-26 22:32:55 +0200 |
| commit | beec29da921345c2e46852c531161fb5ddd3076f (patch) | |
| tree | 502749990bfea9865cdd8880dabff2dc69d87b76 /gnu/packages/cryptsetup.scm | |
| parent | f2ff01bb8e794ead5d31548505c840caf6a9aa39 (diff) | |
gnu: json-c: Update to 0.14.
* gnu/packages/web.scm (json-c): Update to 0.14.
[source](modules, snippet): Remove.
[build-system]: Change to CMAKE-BUILD-SYSTEM.
(json-c-0.13): New public variable.
(json-c-0.12): Inherit from JSON-C-0.13.
* gnu/packages/cryptsetup.scm (cryptsetup-static)[inputs]: Stick with
JSON-C-0.13.
* gnu/packages/linux.scm (multipath-tools)[inputs]: Likewise.
* gnu/packages/security-token.scm (yubikey-personalization, libu2f-host,
libu2f-server)[inputs]: Likewise.
* gnu/packages/syndication.scm (newsboat)[inputs]: Likewise.
Diffstat (limited to 'gnu/packages/cryptsetup.scm')
| -rw-r--r-- | gnu/packages/cryptsetup.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm index d4c039ac04c..bd6e0464524 100644 --- a/gnu/packages/cryptsetup.scm +++ b/gnu/packages/cryptsetup.scm | |||
| @@ -58,7 +58,7 @@ | |||
| 58 | `(("pkg-config" ,pkg-config))) | 58 | `(("pkg-config" ,pkg-config))) |
| 59 | (inputs | 59 | (inputs |
| 60 | `(("argon2" ,argon2) | 60 | `(("argon2" ,argon2) |
| 61 | ("json-c" ,json-c) | 61 | ("json-c" ,json-c-0.13) ;XXX update this for cryptsetup >= 2.3 |
| 62 | ("libgcrypt" ,libgcrypt) | 62 | ("libgcrypt" ,libgcrypt) |
| 63 | ("lvm2" ,lvm2) ; device-mapper | 63 | ("lvm2" ,lvm2) ; device-mapper |
| 64 | ("popt" ,popt) | 64 | ("popt" ,popt) |
| @@ -138,7 +138,7 @@ files). This assumes LIBRARY uses Libtool." | |||
| 138 | (inherit (static-library libgcrypt)) | 138 | (inherit (static-library libgcrypt)) |
| 139 | (propagated-inputs | 139 | (propagated-inputs |
| 140 | `(("libgpg-error-host" ,(static-library libgpg-error))))))) | 140 | `(("libgpg-error-host" ,(static-library libgpg-error))))))) |
| 141 | `(("json-c" ,json-c) | 141 | `(("json-c" ,json-c-0.13) |
| 142 | ("libgcrypt" ,libgcrypt-static) | 142 | ("libgcrypt" ,libgcrypt-static) |
| 143 | ("lvm2" ,lvm2-static) | 143 | ("lvm2" ,lvm2-static) |
| 144 | ("util-linux" ,util-linux "static") | 144 | ("util-linux" ,util-linux "static") |
