python3.pkgs.google-music: fix build
This commit is contained in:
parent
2f3edc1736
commit
f06bec0e65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user