ma 2 mycube: not necessary to include implicit deps with nixpkgs@2016-02-14

This commit is contained in:
makefu 2016-02-28 01:53:41 +01:00
parent c92793cc9c
commit 4f984fc193

View file

@ -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;
};
};