mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates-frozen
This commit is contained in:
commit
d9dfbf886d
258 changed files with 218381 additions and 180777 deletions
|
@ -88,7 +88,7 @@
|
|||
(define (egg-source-url name version)
|
||||
"Return the URL to the source tarball for version VERSION of the CHICKEN egg
|
||||
NAME."
|
||||
(string-append (%eggs-url) "/" name "/" name "-" version ".tar.gz"))
|
||||
`(egg-uri ,name version))
|
||||
|
||||
(define (egg-name->guix-name name)
|
||||
"Return the package name for CHICKEN egg NAME."
|
||||
|
@ -198,7 +198,8 @@ not work."
|
|||
(tarball (if source
|
||||
#f
|
||||
(with-store store
|
||||
(download-to-store store source-url)))))
|
||||
(download-to-store
|
||||
store (egg-uri name version))))))
|
||||
|
||||
(define egg-home-page
|
||||
(string-append (%eggs-home-page) "/" name))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue