uwsgi: move defaults to package file
This commit is contained in:
parent
ce75344792
commit
f56be70f3f
@ -1,8 +1,8 @@
|
|||||||
{ stdenv, lib, fetchurl, pkgconfig, jansson, pcre
|
{ stdenv, lib, fetchurl, pkgconfig, jansson, pcre
|
||||||
# plugins: list of strings, eg. [ "python2" "python3" ]
|
# plugins: list of strings, eg. [ "python2" "python3" ]
|
||||||
, plugins
|
, plugins ? []
|
||||||
, pam, withPAM ? false
|
, pam, withPAM ? stdenv.isLinux
|
||||||
, systemd, withSystemd ? false
|
, systemd, withSystemd ? stdenv.isLinux
|
||||||
, python2, python3, ncurses
|
, python2, python3, ncurses
|
||||||
, ruby, php-embed, mysql
|
, ruby, php-embed, mysql
|
||||||
}:
|
}:
|
||||||
|
@ -5916,11 +5916,7 @@ in
|
|||||||
|
|
||||||
usync = callPackage ../applications/misc/usync { };
|
usync = callPackage ../applications/misc/usync { };
|
||||||
|
|
||||||
uwsgi = callPackage ../servers/uwsgi {
|
uwsgi = callPackage ../servers/uwsgi { };
|
||||||
plugins = [];
|
|
||||||
withPAM = stdenv.isLinux;
|
|
||||||
withSystemd = stdenv.isLinux;
|
|
||||||
};
|
|
||||||
|
|
||||||
vacuum = callPackage ../applications/networking/instant-messengers/vacuum {};
|
vacuum = callPackage ../applications/networking/instant-messengers/vacuum {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user