diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-12 23:58:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-13 00:20:21 +0200 |
commit | 7fc2d3a92d23ebeb9084c99d9e1e158fca4f155c (patch) | |
tree | 8d4c1a2df5e122bda12bf6b84f810c8c121f12bc /gnu | |
parent | 17f90b679ff7bb26f168db0097d421c852ef36e3 (diff) | |
download | patches-7fc2d3a92d23ebeb9084c99d9e1e158fca4f155c.tar patches-7fc2d3a92d23ebeb9084c99d9e1e158fca4f155c.tar.gz |
gnu: wcslib: Don't use NAME in source URI.
* gnu/packages/astronomy.scm (wcslib)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 81c7481e0b..c66ba2c516 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -86,7 +86,7 @@ in FITS files.") (origin (method url-fetch) (uri (string-append - "ftp://ftp.atnf.csiro.au/pub/software/wcslib/" name "-" version + "ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib" version ".tar.bz2")) (sha256 (base32 "1c8g9kv4dxrnawnqi4spi2p10s2xs7x75pdfxhbqxgcc97dkgh0b")))) |