1
0
Fork 1
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:
Shea Levy 2012-07-16 11:54:45 -04:00
parent 00b8c77012
commit 94e2616c1a

View file

@ -694,7 +694,7 @@ let pythonPackages = python.modules // rec {
md5 = "4a89ef2b3ab0f151f781182bd0cc8933";
};
buildInputs = [ werkzeug jinja2 ];
propagatedBuildInputs = [ werkzeug jinja2 ];
meta = {
homepage = http://flask.pocoo.org/;