From 3de6effe70a790eaa642b67dc19bf8c1e43cb287 Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Thu, 17 Jan 2019 08:47:09 +0000 Subject: coursera-dl: relax version constraints --- pkgs/applications/misc/coursera-dl/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkgs/applications/misc/coursera-dl') diff --git a/pkgs/applications/misc/coursera-dl/default.nix b/pkgs/applications/misc/coursera-dl/default.nix index a6afee13e47b..0601514546f2 100644 --- a/pkgs/applications/misc/coursera-dl/default.nix +++ b/pkgs/applications/misc/coursera-dl/default.nix @@ -22,6 +22,11 @@ in pythonPackages.buildPythonApplication rec { checkInputs = with pythonPackages; [ pytest mock ]; + postPatch = '' + substituteInPlace requirements.txt \ + --replace '==' '>=' + ''; + preConfigure = '' export LC_ALL=en_US.utf-8 ''; -- cgit 1.4.1