diff options
author | Martin Becze <mjbecze@riseup.net> | 2020-12-03 09:01:51 -0600 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-03 16:50:20 +0100 |
commit | 0d5d1bdf911659f60601058e8e1678187b7ba664 (patch) | |
tree | dc3c3df17f4dc082532b31e3ec5be9d9d1bc3636 /gnu | |
parent | 41fb3d5a9aa227b078fb95fdbf21d8198916a832 (diff) |
gnu: libmp3splt: Support splitting FLAC files.
* gnu/packages/mp3.scm (libmp3splt)[inputs]: Add flac.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mp3.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index 1350135328..4bdbe8b487 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -274,7 +274,8 @@ pre-defined or user-specifiable output format.") (base32 "1p1mn2hsmj5cp40fnc8g1yfvk72p8pjxi866gjdkgjsqrr7xdvih")))) (build-system gnu-build-system) - (inputs `(("libid3tag" ,libid3tag) + (inputs `(("flac" ,flac) + ("libid3tag" ,libid3tag) ("libmad" ,libmad) ("libogg" ,libogg) ("libltdl" ,libltdl) |