aboutsummaryrefslogtreecommitdiff
path: root/pkgs/servers/uwsgi
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2019-02-03 15:30:42 +0000
committerJan Malakhovski <oxij@oxij.org>2019-02-03 15:30:42 +0000
commitf56be70f3f4549c9dac929cc34b308dc78e6d40c (patch)
tree26aff999f04df4f0e9d4e47e370ed308b87859d0 /pkgs/servers/uwsgi
parentce753447923a12e3fb9bda021df717c143de6923 (diff)
uwsgi: move defaults to package file
Diffstat (limited to 'pkgs/servers/uwsgi')
-rw-r--r--pkgs/servers/uwsgi/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/uwsgi/default.nix b/pkgs/servers/uwsgi/default.nix
index 91053019ac12..99eac2760dd1 100644
--- a/pkgs/servers/uwsgi/default.nix
+++ b/pkgs/servers/uwsgi/default.nix
@@ -1,8 +1,8 @@
{ stdenv, lib, fetchurl, pkgconfig, jansson, pcre
# plugins: list of strings, eg. [ "python2" "python3" ]
-, plugins
-, pam, withPAM ? false
-, systemd, withSystemd ? false
+, plugins ? []
+, pam, withPAM ? stdenv.isLinux
+, systemd, withSystemd ? stdenv.isLinux
, python2, python3, ncurses
, ruby, php-embed, mysql
}: