mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
puddletag: remove chromaprint
Chromaprint depends on m2r, which depends on mistune <2.0.0, but only mistune >2.0.0 is available.
This commit is contained in:
parent
f917bfc5b4
commit
3cd2a69eb0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user