summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-01-10 15:56:55 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-01-10 15:56:55 +0100
commit93f7742d6135ec53fd0197e453ef19fdb10a6184 (patch)
treee05291152ee962bd4598ea657d7495732c13eb9b /pkgs/tools/audio
parent25e483b3c3ec45061d7301f24f98028ef7dd8708 (diff)
google-music-scripts: fix build
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/google-music-scripts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/audio/google-music-scripts/default.nix b/pkgs/tools/audio/google-music-scripts/default.nix
index 272cf9025392..481a7ecb75b3 100644
--- a/pkgs/tools/audio/google-music-scripts/default.nix
+++ b/pkgs/tools/audio/google-music-scripts/default.nix
@@ -26,11 +26,11 @@ buildPythonApplication rec {
sha256 = "0apwgj86whrc077dfymvyb4qwj19bawyrx49g4kg364895v0rbbq";
};
- # pendulum pinning was to prevent PEP517 from trying to build from source
+ # there are already later releases present
postPatch = ''
substituteInPlace setup.py \
--replace "tomlkit>=0.5,<0.6" "tomlkit" \
- --replace "pendulum>=2.0,<=3.0,!=2.0.5,!=2.1.0" "pendulum"
+ --replace "attrs>=18.2,<19.4" "attrs"
'';
propagatedBuildInputs = [