From 3cd2a69eb0c534c70655f8156c25b73000f2e352 Mon Sep 17 00:00:00 2001 From: Maxwell-lt Date: Wed, 7 Sep 2022 18:47:50 -0400 Subject: [PATCH] puddletag: remove chromaprint Chromaprint depends on m2r, which depends on mistune <2.0.0, but only mistune >2.0.0 is available. --- pkgs/applications/audio/puddletag/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/puddletag/default.nix b/pkgs/applications/audio/puddletag/default.nix index 7af273564293..320b837ab878 100644 --- a/pkgs/applications/audio/puddletag/default.nix +++ b/pkgs/applications/audio/puddletag/default.nix @@ -39,6 +39,7 @@ python3Packages.buildPythonApplication rec { --replace share/pixmaps share/icons cp requirements.in requirements.txt + sed -i requirements.txt -e 's/^chromaprint$//' '' + lib.concatMapStringsSep "\n" (e: '' sed -i requirements.txt -e 's/^${e}.*/${e}/' @@ -49,7 +50,6 @@ python3Packages.buildPythonApplication rec { propagatedBuildInputs = with python3Packages; [ pyacoustid - chromaprint configobj levenshtein lxml