Skip to content
Snippets Groups Projects
Unverified Commit b3470031 authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: beets: Move propagated-inputs to inputs.

* gnu/packages/music.scm (beets)[propagated-inputs]: Replace with ...
[inputs]: ... new field.
parent 88c8d72f
No related branches found
No related tags found
No related merge requests found
...@@ -1508,7 +1508,7 @@ (define-public beets ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment