diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-22 15:03:59 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-22 15:03:59 +0200 |
commit | 4dfdcbf5feed2d820a2c450ae53589d9089f90f0 (patch) | |
tree | fe5e980f4d2449004cd1e2ec4bdaefe144cf6e04 /gnu | |
parent | 29cc1154362f74112cae588f737f549124b70939 (diff) |
gnu: libabigail: Don't use NAME in source URI.
* gnu/packages/elf.scm (libabigail)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/elf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm index c3f00fb291..6c68695d5f 100644 --- a/gnu/packages/elf.scm +++ b/gnu/packages/elf.scm @@ -99,8 +99,8 @@ Executable and Linkable Format (@dfn{ELF}). This includes @command{ld}, (version "1.6") (source (origin (method url-fetch) - (uri (string-append "https://sourceware.org/pub/" name - "/" name "-" version ".tar.gz")) + (uri (string-append "https://sourceware.org/pub/libabigail/" + "libabigail-" version ".tar.gz")) (sha256 (base32 "04j07lhvwbp6qp8pdwbf7iqnr7kgpabmqylsw4invpmzwnyp6g6g")))) |