python3.pkgs.google-music: fix build

This commit is contained in:
Robert Schütz 2019-03-15 19:56:28 +01:00
parent 2f3edc1736
commit f06bec0e65

View File

@ -16,6 +16,11 @@ buildPythonPackage rec {
sha256 = "13i9nd62wqfg0f5r7ykr15q83397vdpw0js50fy5nbgs33sbf6b7";
};
postPatch = ''
substituteInPlace setup.py \
--replace "audio-metadata>=0.3,<0.4" "audio-metadata"
'';
propagatedBuildInputs = [
appdirs
audio-metadata