From 3811ed8df89f64bc1d8af59705d87e9334956344 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 20 Sep 2025 15:12:28 +0100 Subject: [PATCH] gnu: r128gain: Disable tests. * gnu/packages/audio.scm (r128gain)[arguments] : Skip for now. [native-inputs]: Remove python-wheel. Change-Id: I4f637fe97247363cdf8f457312766e86f5239312 --- gnu/packages/audio.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index d0596b7e9e44c79d742b133040f5e0c60281abc4..66af265cd0a1ab636ddd30da95109140cf0f020f 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -5734,6 +5734,8 @@ loudness of audio and video files to the same level.") (license license:gpl2+))) (define-public r128gain + ;; XXX: Upstream notice: This project was archived by the owner on Aug 17, + ;; 2023. It is now read-only. (package (name "r128gain") (version "1.0.7") @@ -5749,6 +5751,7 @@ loudness of audio and video files to the same level.") (build-system pyproject-build-system) (arguments (list + #:tests? #f ;require a complex set up, see <.github/workflows/ci.yml>. #:phases #~(modify-phases %standard-phases (add-after 'unpack 'hardcode-ffmpeg @@ -5762,8 +5765,7 @@ loudness of audio and video files to the same level.") python-tqdm ffmpeg)) (native-inputs (list python-future python-requests - python-setuptools - python-wheel)) + python-setuptools)) (home-page "https://github.com/desbma/r128gain") (synopsis "Fast audio loudness scanner & tagger") (description