forked from mirrors/nixpkgs
uwsgi: add a type comment
This commit is contained in:
parent
8cb79f60d8
commit
810695216a
|
@ -1,4 +1,5 @@
|
||||||
{ stdenv, lib, fetchurl, pkgconfig, jansson
|
{ stdenv, lib, fetchurl, pkgconfig, jansson
|
||||||
|
# plugins: list of strings, eg. [python2, python3]
|
||||||
, plugins
|
, plugins
|
||||||
, pam, withPAM ? stdenv.isLinux
|
, pam, withPAM ? stdenv.isLinux
|
||||||
, systemd, withSystemd ? stdenv.isLinux
|
, systemd, withSystemd ? stdenv.isLinux
|
||||||
|
|
Loading…
Reference in a new issue