diff options
author | makefu <github@syntax-fehler.de> | 2016-02-28 01:53:41 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-02-28 01:53:41 +0100 |
commit | 9b1996625451f46c605f4b77ad760ba401319232 (patch) | |
tree | bf102da66b2b344f5d901d4b3c957241917dde39 /makefu/2configs/deployment/mycube.connector.one.nix | |
parent | 6dd129a4641b6f720c4c93f16bf6c94f77e7327e (diff) |
ma 2 mycube: not necessary to include implicit deps with nixpkgs@2016-02-14
Diffstat (limited to 'makefu/2configs/deployment/mycube.connector.one.nix')
-rw-r--r-- | makefu/2configs/deployment/mycube.connector.one.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/deployment/mycube.connector.one.nix b/makefu/2configs/deployment/mycube.connector.one.nix index 38fc4a243..125b3dfff 100644 --- a/makefu/2configs/deployment/mycube.connector.one.nix +++ b/makefu/2configs/deployment/mycube.connector.one.nix @@ -16,7 +16,7 @@ in { vassals = { mycube-flask = { type = "normal"; - python2Packages = self: with self; [ pkgs.mycube-flask flask redis werkzeug jinja2 markupsafe itsdangerous ]; + pythonPackages = self: with self; [ pkgs.mycube-flask ]; socket = wsgi-sock; }; }; |