forked from mirrors/nixpkgs
circus: fix eval
This commit is contained in:
parent
54568a1bea
commit
c4eb5ed6b0
|
@ -4,11 +4,11 @@ let
|
|||
python = python3.override {
|
||||
self = python;
|
||||
packageOverrides = self: super: {
|
||||
tornado = tornado_4;
|
||||
tornado = super.tornado_4;
|
||||
};
|
||||
};
|
||||
|
||||
inherit (python.pkgs) buildPythonApplication fetchPypi iowait psutil pyzmq tornado_4 mock six;
|
||||
inherit (python.pkgs) buildPythonApplication fetchPypi iowait psutil pyzmq tornado mock six;
|
||||
in
|
||||
|
||||
buildPythonApplication rec {
|
||||
|
|
Loading…
Reference in a new issue