python37Packages.google-music: Remove stale postPatch

This commit is contained in:
Sandro Jäckel 2021-01-20 11:54:00 +01:00
parent 6ed5025067
commit 9c6ca673a7
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -19,11 +19,6 @@ buildPythonPackage rec {
sha256 = "0fsp491ifsw0i1r98l8xr41m8d00nw9n5bin8k3laqzq1p65d6dp";
};
postPatch = ''
substituteInPlace setup.py \
--replace "audio-metadata>=0.8,<0.9" "audio-metadata"
'';
propagatedBuildInputs = [
appdirs
audio-metadata