summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/google-music/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/google-music/default.nix')
-rw-r--r--pkgs/development/python-modules/google-music/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/google-music/default.nix b/pkgs/development/python-modules/google-music/default.nix
index e5b42c5310f7..90978ad2cba7 100644
--- a/pkgs/development/python-modules/google-music/default.nix
+++ b/pkgs/development/python-modules/google-music/default.nix
@@ -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