import/cran: Use downstream name when using specifications.
Reported by Alexander Blume at <https://github.com/BIMSBbioinfo/guix.install/issues/4>. * guix/import/cran.scm (format-inputs): Use UPSTREAM-INPUT-DOWNSTREAM-NAME when %INPUT-STYLE is set to 'SPECIFICATION. Change-Id: I2f0963af197896aafd613b253d8712e41a716e52master
parent
2e656d674c
commit
7a01cc001d
|
@ -90,7 +90,7 @@
|
|||
(map (lambda (input)
|
||||
(case (%input-style)
|
||||
((specification)
|
||||
`(specification->package ,(upstream-input-name input)))
|
||||
`(specification->package ,(upstream-input-downstream-name input)))
|
||||
(else
|
||||
((compose string->symbol
|
||||
upstream-input-downstream-name)
|
||||
|
|
Reference in New Issue