mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-pytaglib: Fix build.
* gnu/packages/mp3.scm (python-pytaglib)[inputs]: Replace taglib by taglib-1. Change-Id: I73be5b00516b3cb0af554c81eba39cdfd1bcc709
This commit is contained in:
parent
d09d9529b4
commit
a16107aff2
1 changed files with 1 additions and 1 deletions
|
|
@ -772,7 +772,7 @@ fingerprinting library and the Acoustid API.")
|
|||
(native-inputs
|
||||
(list python-cython python-pytest))
|
||||
(inputs
|
||||
(list taglib))
|
||||
(list taglib-1))
|
||||
(home-page
|
||||
"https://github.com/supermihi/pytaglib")
|
||||
(synopsis
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue