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
|
@ -1508,7 +1508,7 @@ websites such as Libre.fm.")
|
||||||
("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 New Issue