diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-14 20:28:51 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-30 15:10:42 +0000 |
commit | ac6de79d98ec0c8f741b934025cfaa1e7fa5b820 (patch) | |
tree | c24c36a5bdb1694b53e423722825ef7cda427fa4 /gnu | |
parent | aca8dfa22deaa1ffba80c44336b8d0633eea1dc5 (diff) |
gnu: healpix-source: Update commentary note.
* gnu/packages/astronomy.scm (healpix-source): Adjust commentary grammar
and provide example of C++ variant of the package naming.
Change-Id: I5b50b0d7ad1310a96315dc16da1eb384c5bac533
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 803de321b5..32e00be2eb 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -810,8 +810,10 @@ backward), and manual time control (license license:gpl2+))) (define* (healpix-source #:key version sha256-base32-hash) - ;; The sources of HEALPix containing 6 independent packages (Fortran90, - ;; IDL, C, C++, java and python) and distributed togather libsharp. + ;; The sources of HEALPix contains 6 independent packages (Fortran90, IDL, + ;; C, C++, Java and Python) and distributed together with libsharp. There + ;; is also a fresh C++ tarball which does not follow the naming pattern + ;; e.g. healpix_cxx-3.82.1.tar.gz. (origin (method url-fetch) (uri |