diff options
| -rw-r--r-- | gnu/packages/elf.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm index 892a45123cb..a670d716409 100644 --- a/gnu/packages/elf.scm +++ b/gnu/packages/elf.scm | |||
| @@ -47,6 +47,7 @@ | |||
| 47 | #:use-module (gnu packages compression) | 47 | #:use-module (gnu packages compression) |
| 48 | #:use-module (gnu packages base) | 48 | #:use-module (gnu packages base) |
| 49 | #:use-module (gnu packages bash) | 49 | #:use-module (gnu packages bash) |
| 50 | #:use-module (gnu packages digest) | ||
| 50 | #:use-module (gnu packages docbook) | 51 | #:use-module (gnu packages docbook) |
| 51 | #:use-module (gnu packages documentation) | 52 | #:use-module (gnu packages documentation) |
| 52 | #:use-module (gnu packages gawk) | 53 | #:use-module (gnu packages gawk) |
| @@ -203,14 +204,14 @@ object or archive file), @command{eu-strip} (for discarding symbols), | |||
| 203 | (package | 204 | (package |
| 204 | (name "libabigail") | 205 | (name "libabigail") |
| 205 | (home-page "https://sourceware.org/libabigail/") | 206 | (home-page "https://sourceware.org/libabigail/") |
| 206 | (version "2.0") | 207 | (version "2.9") |
| 207 | (source (origin | 208 | (source (origin |
| 208 | (method url-fetch) | 209 | (method url-fetch) |
| 209 | (uri (string-append "https://sourceware.org/pub/libabigail/" | 210 | (uri (string-append "https://sourceware.org/pub/libabigail/" |
| 210 | "libabigail-" version ".tar.gz")) | 211 | "libabigail-" version ".tar.xz")) |
| 211 | (sha256 | 212 | (sha256 |
| 212 | (base32 | 213 | (base32 |
| 213 | "1nkg7fsqvdr453hrskscy6xqz6fv45mylpgv1357dw3blnbsw11p")))) | 214 | "0f6p86ispkiaxsqlqp9xdmhn0yjyagq1w7q94pd8m8h566m6pf5l")))) |
| 214 | (build-system gnu-build-system) | 215 | (build-system gnu-build-system) |
| 215 | (arguments | 216 | (arguments |
| 216 | (list #:configure-flags #~(list "--disable-static" | 217 | (list #:configure-flags #~(list "--disable-static" |
| @@ -247,7 +248,8 @@ object or archive file), @command{eu-strip} (for discarding symbols), | |||
| 247 | (list pkg-config texinfo python-sphinx python)) | 248 | (list pkg-config texinfo python-sphinx python)) |
| 248 | (propagated-inputs | 249 | (propagated-inputs |
| 249 | (list elfutils ;libabigail.la says -lelf | 250 | (list elfutils ;libabigail.la says -lelf |
| 250 | libxml2)) ;in Requires.private of libabigail.pc | 251 | libxml2 ;in Requires.private of libabigail.pc |
| 252 | xxhash)) | ||
| 251 | (synopsis "Analyze application binary interfaces (ABIs)") | 253 | (synopsis "Analyze application binary interfaces (ABIs)") |
| 252 | (description | 254 | (description |
| 253 | "@dfn{ABIGAIL} stands for the Application Binary Interface Generic | 255 | "@dfn{ABIGAIL} stands for the Application Binary Interface Generic |
