mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-skyfield: Match up input and variable names.
* gnu/packages/astronomy.scm (python-skyfield)[inputs]: Add "python-" prefix to alist keys.
This commit is contained in:
parent
6cf85268af
commit
bb9e77b544
1 changed files with 4 additions and 4 deletions
|
@ -1024,10 +1024,10 @@ (define-public python-skyfield
|
|||
;; framework https://github.com/brandon-rhodes/assay
|
||||
`(#:tests? #f))
|
||||
(inputs
|
||||
`(("certifi" ,python-certifi)
|
||||
("jplephem" ,python-jplephem)
|
||||
("numpy" ,python-numpy)
|
||||
("sgp4" ,python-sgp4)))
|
||||
`(("python-certifi" ,python-certifi)
|
||||
("python-jplephem" ,python-jplephem)
|
||||
("python-numpy" ,python-numpy)
|
||||
("python-sgp4" ,python-sgp4)))
|
||||
(home-page "https://rhodesmill.org/skyfield/")
|
||||
(synopsis "Astronomy for Python")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue