diff options
author | lassulus <lass@aidsballs.de> | 2016-06-28 17:54:33 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-06-28 17:54:33 +0200 |
commit | a8a3ac5640d1243b970dc9c6c788cf3e91a42f31 (patch) | |
tree | adc42947437749023ed87f2a2660ba8c8bf9678a /krebs | |
parent | 885ded6ca93837c17631e983eaffcf8f4a9aee8b (diff) |
k 5 Reaktor: fix build on newer nixpkgs
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/5pkgs/Reaktor/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/krebs/5pkgs/Reaktor/default.nix b/krebs/5pkgs/Reaktor/default.nix index c4a362757..fc3710820 100644 --- a/krebs/5pkgs/Reaktor/default.nix +++ b/krebs/5pkgs/Reaktor/default.nix @@ -3,6 +3,9 @@ python3Packages.buildPythonPackage rec { name = "Reaktor-${version}"; version = "0.5.1"; + + doCheck = false; + propagatedBuildInputs = with pkgs;[ python3Packages.docopt python3Packages.requests2 |