1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

uwsgi: disable built-in yaml support

This commit is contained in:
Nikolay Amiantov 2016-02-19 17:00:31 +03:00
parent c6f143307c
commit d39d87bb81

View file

@ -2,4 +2,5 @@
plugin_dir = @pluginDir@
main_plugin = @basePlugins@
json = true
yaml = false
inherit = base