flask: add missing dependencies and fix license
This commit is contained in:
parent
9fdb01300c
commit
8603828324
@ -7534,12 +7534,12 @@ in modules // {
|
|||||||
md5 = "378670fe456957eb3c27ddaef60b2b24";
|
md5 = "378670fe456957eb3c27ddaef60b2b24";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ werkzeug jinja2 ];
|
propagatedBuildInputs = with self; [ itsdangerous click werkzeug jinja2 ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://flask.pocoo.org/;
|
homepage = http://flask.pocoo.org/;
|
||||||
description = "A microframework based on Werkzeug, Jinja 2, and good intentions";
|
description = "A microframework based on Werkzeug, Jinja 2, and good intentions";
|
||||||
license = "BSD";
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user