Merge branch 'flask-propagate'

This commit is contained in:
Shea Levy 2012-07-17 08:23:39 -04:00
commit b658ae200c

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/;