From f06bec0e653452dfee9bf45d6960bd0e5b49402e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 15 Mar 2019 19:56:28 +0100 Subject: [PATCH] python3.pkgs.google-music: fix build --- pkgs/development/python-modules/google-music/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/google-music/default.nix b/pkgs/development/python-modules/google-music/default.nix index b0fe0f8a254..71aa37d0086 100644 --- a/pkgs/development/python-modules/google-music/default.nix +++ b/pkgs/development/python-modules/google-music/default.nix @@ -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