mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
import: cpan: Updater provides input list.
* guix/import/cpan.scm (latest-release): Add 'inputs' field. * tests/cpan.scm ("package-latest-release"): New test.
This commit is contained in:
parent
c4fe4e7eb8
commit
a738c1a0c7
2 changed files with 29 additions and 1 deletions
|
@ -354,7 +354,8 @@ in RELEASE, a <cpan-release> record."
|
|||
(upstream-source
|
||||
(package (package-name package))
|
||||
(version version)
|
||||
(urls (list url)))))))
|
||||
(urls (list url))
|
||||
(inputs (cpan-module-inputs release)))))))
|
||||
|
||||
(define %cpan-updater
|
||||
(upstream-updater
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue