mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
flask: Dependencies need to be propagated
This commit is contained in:
parent
00b8c77012
commit
94e2616c1a
|
@ -694,7 +694,7 @@ let pythonPackages = python.modules // rec {
|
|||
md5 = "4a89ef2b3ab0f151f781182bd0cc8933";
|
||||
};
|
||||
|
||||
buildInputs = [ werkzeug jinja2 ];
|
||||
propagatedBuildInputs = [ werkzeug jinja2 ];
|
||||
|
||||
meta = {
|
||||
homepage = http://flask.pocoo.org/;
|
||||
|
|
Loading…
Reference in a new issue