mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: beets: Move propagated-inputs to inputs.
* gnu/packages/music.scm (beets)[propagated-inputs]: Replace with ... [inputs]: ... new field.
This commit is contained in:
parent
88c8d72f3c
commit
b3470031df
1 changed files with 1 additions and 1 deletions
|
@ -1508,7 +1508,7 @@ (define-public beets
|
||||||
("python2-rarfile" ,python2-rarfile)
|
("python2-rarfile" ,python2-rarfile)
|
||||||
("python2-responses" ,python2-responses)))
|
("python2-responses" ,python2-responses)))
|
||||||
;; TODO: Install optional plugins and dependencies.
|
;; TODO: Install optional plugins and dependencies.
|
||||||
(propagated-inputs
|
(inputs
|
||||||
`(("python2-enum34" ,python2-enum34)
|
`(("python2-enum34" ,python2-enum34)
|
||||||
("python2-jellyfish" ,python2-jellyfish)
|
("python2-jellyfish" ,python2-jellyfish)
|
||||||
("python2-munkres" ,python2-munkres)
|
("python2-munkres" ,python2-munkres)
|
||||||
|
|
Loading…
Reference in a new issue