about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorMaxwell-lt <maxwell.lt@live.com>2022-09-07 18:47:50 -0400
committerPeter Hoeg <peter@hoeg.com>2022-09-08 15:50:16 +0800
commit3cd2a69eb0c534c70655f8156c25b73000f2e352 (patch)
treedf5ac3dd75a796466ae0dadb7e887e557f45b457 /pkgs/applications/audio
parentf917bfc5b49e03fadca9a0dc499b2a35425ebf50 (diff)
downloadnixlib-3cd2a69eb0c534c70655f8156c25b73000f2e352.tar
nixlib-3cd2a69eb0c534c70655f8156c25b73000f2e352.tar.gz
nixlib-3cd2a69eb0c534c70655f8156c25b73000f2e352.tar.bz2
nixlib-3cd2a69eb0c534c70655f8156c25b73000f2e352.tar.lz
nixlib-3cd2a69eb0c534c70655f8156c25b73000f2e352.tar.xz
nixlib-3cd2a69eb0c534c70655f8156c25b73000f2e352.tar.zst
nixlib-3cd2a69eb0c534c70655f8156c25b73000f2e352.zip
puddletag: remove chromaprint
Chromaprint depends on m2r, which depends on mistune <2.0.0, but only mistune >2.0.0 is available.
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/puddletag/default.nix2
1 files changed, 1 insertions, 1 deletions
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