python.pkgs.pyacoustid: remove obsolete patch

This commit is contained in:
Robert Schütz
2018-12-03 11:54:08 +01:00
committed by Frederik Rietdijk
parent 1122f9a855
commit 0156fbef31
2 changed files with 0 additions and 34 deletions

View File

@@ -17,8 +17,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [ requests audioread ];
patches = [ ./pyacoustid-py3.patch ];
postPatch = ''
sed -i \
-e '/^FPCALC_COMMAND *=/s|=.*|= "${pkgs.chromaprint}/bin/fpcalc"|' \