about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-06-22 12:58:10 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-06-22 13:09:51 +0200
commit9e10e51161c2f459b386af6bce1a984a3f347204 (patch)
tree7753113c82d490ce76d0a0d71bf138fd5d116520 /pkgs/development
parent6816117acec8fd0a5e57c94f5b423ef30451218a (diff)
conan: fix build
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/build-managers/conan/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/tools/build-managers/conan/default.nix b/pkgs/development/tools/build-managers/conan/default.nix
index 3aab715e4d9e3..494866d27d8cd 100644
--- a/pkgs/development/tools/build-managers/conan/default.nix
+++ b/pkgs/development/tools/build-managers/conan/default.nix
@@ -28,6 +28,11 @@ in newPython.pkgs.buildPythonApplication rec {
     sha256 = "1g03f8rw9l198w9ph0gi0q3g84ilp1dxxc9nmj0dgnymcfgpf89n";
   };
 
+  postPatch = ''
+    # Remove pylint constraint
+    substituteInPlace conans/requirements.txt --replace ", <1.9.0" ""
+  '';
+
   checkInputs = with newPython.pkgs; [
     nose
     parameterized