about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaakko Luttinen <jaakko.luttinen@iki.fi>2020-03-10 13:15:25 +0200
committerLassulus <github@lassul.us>2020-03-10 14:41:50 +0100
commit57930a5f0e574f2a816fcefe1bcfa82ad5e46ec6 (patch)
tree8b1a9ece34872df4ff5c12708786c8a6b998c3e5
parent8cc3a22dd47f998d0e4e865de723c053006239bd (diff)
downloadnixlib-57930a5f0e574f2a816fcefe1bcfa82ad5e46ec6.tar
nixlib-57930a5f0e574f2a816fcefe1bcfa82ad5e46ec6.tar.gz
nixlib-57930a5f0e574f2a816fcefe1bcfa82ad5e46ec6.tar.bz2
nixlib-57930a5f0e574f2a816fcefe1bcfa82ad5e46ec6.tar.lz
nixlib-57930a5f0e574f2a816fcefe1bcfa82ad5e46ec6.tar.xz
nixlib-57930a5f0e574f2a816fcefe1bcfa82ad5e46ec6.tar.zst
nixlib-57930a5f0e574f2a816fcefe1bcfa82ad5e46ec6.zip
electron-cash: fix build
This commit fixes #82221.
-rw-r--r--pkgs/applications/misc/electron-cash/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/electron-cash/default.nix b/pkgs/applications/misc/electron-cash/default.nix
index e6cfca5667e1..5b1cafaea32e 100644
--- a/pkgs/applications/misc/electron-cash/default.nix
+++ b/pkgs/applications/misc/electron-cash/default.nix
@@ -36,7 +36,7 @@ python3Packages.buildPythonApplication rec {
 
   postPatch = ''
     substituteInPlace contrib/requirements/requirements.txt \
-      --replace "qdarkstyle<2.6" "qdarkstyle<3"
+      --replace "qdarkstyle==2.6.8" "qdarkstyle<3"
 
     substituteInPlace setup.py \
       --replace "(share_dir" "(\"share\""