ma 2 mycube: not necessary to include implicit deps with nixpkgs@2016-02-14
This commit is contained in:
parent
c92793cc9c
commit
4f984fc193
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue