mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Merge pull request #19137 from schneefux/uwsgi-cgi
uwsgi: enable cgi plugin
This commit is contained in:
commit
2a057acd81
@ -25,6 +25,10 @@ let pythonPlugin = pkg : lib.nameValuePair "python${if pkg ? isPy2 then "2" else
|
||||
path = "plugins/rack";
|
||||
inputs = [ ruby ];
|
||||
})
|
||||
(lib.nameValuePair "cgi" {
|
||||
path = "plugins/cgi";
|
||||
inputs = [ ];
|
||||
})
|
||||
];
|
||||
|
||||
getPlugin = name:
|
||||
|
Loading…
Reference in New Issue
Block a user