From 3a7ac72469e4061960b07439353ac3682ed93871 Mon Sep 17 00:00:00 2001 From: Gabriel Wicki Date: Sat, 24 Jan 2026 12:14:57 +0100 Subject: [PATCH] gnu: mp3: Remove taglib-next. taglib had been updated and taglib-next is broken due to missing input cppunit. * gnu/packages/mp3.scm (taglib-next): Delete variable. (python-pytaglib) [inputs]: Change reference to taglib. Change-Id: I398761463488795aa66a547817fa6eb23ae8446a Signed-off-by: Gabriel Wicki --- gnu/packages/mp3.scm | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index de054d36074..0d5c2c868c1 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -285,24 +285,6 @@ Speex, WavPack TrueAudio, WAV, AIFF, MP4 and ASF files.") (base32 "0phliksg5r1n15prcbp391xk2z1fh2c7zlc7h0nabpwkf6j08za1")))))) -(define-public taglib-next - (package - (inherit taglib) - (name "taglib") - (version "2.1.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/taglib/taglib") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0m1xyjsg6a8p4prn1xr1g29zsxqr7606cv3cblgjgxkb1dk26fx7")))) - (inputs - (list utfcpp - zlib)))) - (define-public minimp3 ;; The latest commit is used as there is no release. (let ((commit "afb604c06bc8beb145fecd42c0ceb5bda8795144") @@ -792,7 +774,7 @@ fingerprinting library and the Acoustid API.") python-pytest python-setuptools)) (inputs - (list taglib-next)) + (list taglib)) (home-page "https://github.com/supermihi/pytaglib") (synopsis "Python bindings for taglib") (description