about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2019-10-26 08:29:04 +0200
committerGitHub <noreply@github.com>2019-10-26 08:29:04 +0200
commit2638fc226c87009f774c8a164243568f90520484 (patch)
treeaacdb29f73179242b75499669b7212f857ba16d5 /pkgs/applications
parent5cd2781b680fcbc534a7fbb04176d158a554f26e (diff)
parent81da9275c5dc1f90bb6dff243e298872e466340b (diff)
downloadnixlib-2638fc226c87009f774c8a164243568f90520484.tar
nixlib-2638fc226c87009f774c8a164243568f90520484.tar.gz
nixlib-2638fc226c87009f774c8a164243568f90520484.tar.bz2
nixlib-2638fc226c87009f774c8a164243568f90520484.tar.lz
nixlib-2638fc226c87009f774c8a164243568f90520484.tar.xz
nixlib-2638fc226c87009f774c8a164243568f90520484.tar.zst
nixlib-2638fc226c87009f774c8a164243568f90520484.zip
Merge pull request #71905 from arcnmx/pr-fix-buku
buku: relax mypy-extensions version req
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/buku/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/misc/buku/default.nix b/pkgs/applications/misc/buku/default.nix
index 60ade661cffd..5db3e7d0c8c0 100644
--- a/pkgs/applications/misc/buku/default.nix
+++ b/pkgs/applications/misc/buku/default.nix
@@ -54,6 +54,8 @@ with python3.pkgs; buildPythonApplication rec {
       --replace "@pytest.mark.slowtest" "@unittest.skip('skipping')" \
       --replace "self.assertEqual(shorturl, 'http://tny.im/yt')" "" \
       --replace "self.assertEqual(url, 'https://www.google.com')" ""
+    substituteInPlace setup.py \
+      --replace mypy-extensions==0.4.1 mypy-extensions>=0.4.1
   '';
 
   postInstall = ''