mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: libmp3splt: Support splitting FLAC files.
* gnu/packages/mp3.scm (libmp3splt)[inputs]: Add flac. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
41fb3d5a9a
commit
0d5d1bdf91
1 changed files with 2 additions and 1 deletions
|
@ -274,7 +274,8 @@ (define-public libmp3splt
|
|||
(base32
|
||||
"1p1mn2hsmj5cp40fnc8g1yfvk72p8pjxi866gjdkgjsqrr7xdvih"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("libid3tag" ,libid3tag)
|
||||
(inputs `(("flac" ,flac)
|
||||
("libid3tag" ,libid3tag)
|
||||
("libmad" ,libmad)
|
||||
("libogg" ,libogg)
|
||||
("libltdl" ,libltdl)
|
||||
|
|
Loading…
Reference in a new issue