commit 9c4488ccf9cefac77c56e243f3284d1284bc00a2 parent 0721709355534cf4b3a172bf66cba67bbafc56cb Author: Nikolay Korotkiy <sikmir@gmail.com> Date: Wed, 5 Aug 2020 21:01:05 +0300 zdict: fix CI build Diffstat:
M | pkgs/tools/dict/zdict/default.nix | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/pkgs/tools/dict/zdict/default.nix b/pkgs/tools/dict/zdict/default.nix @@ -15,6 +15,8 @@ python37Packages.buildPythonApplication { setuptools ]; + postPatch = "sed -i 's/==.*//' requirements.txt"; + buildPhase = '' ${python37Packages.python.interpreter} setup.py build '';