mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: beets: Don't build with python-enum34.
This package is unnecessary when using Python > 3.3. * gnu/packages/music.scm (beets)[inputs]: Remove python-enum34.
This commit is contained in:
parent
7086540de6
commit
8615da9051
1 changed files with 0 additions and 1 deletions
|
@ -2114,7 +2114,6 @@ (define-public beets
|
|||
;; TODO: Install optional plugins and dependencies.
|
||||
(inputs
|
||||
`(("python-discogs-client" ,python-discogs-client)
|
||||
("python-enum34" ,python-enum34)
|
||||
("python-jellyfish" ,python-jellyfish)
|
||||
("python-munkres" ,python-munkres)
|
||||
("python-musicbrainzngs" ,python-musicbrainzngs)
|
||||
|
|
Loading…
Reference in a new issue