diff options
-rw-r--r-- | customized/uwsgi.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/customized/uwsgi.nix b/customized/uwsgi.nix index 652d1449..f3494264 100644 --- a/customized/uwsgi.nix +++ b/customized/uwsgi.nix | |||
@@ -68,6 +68,8 @@ stdenv.mkDerivation rec { | |||
68 | ${lib.concatMapStringsSep "\n" (x: x.install) needed} | 68 | ${lib.concatMapStringsSep "\n" (x: x.install) needed} |
69 | ''; | 69 | ''; |
70 | 70 | ||
71 | NIX_CFLAGES_LINK = [ "-lsystemd" ]; | ||
72 | |||
71 | meta = with stdenv.lib; { | 73 | meta = with stdenv.lib; { |
72 | homepage = http://uwsgi-docs.readthedocs.org/en/latest/; | 74 | homepage = http://uwsgi-docs.readthedocs.org/en/latest/; |
73 | description = "A fast, self-healing and developer/sysadmin-friendly application container server coded in pure C"; | 75 | description = "A fast, self-healing and developer/sysadmin-friendly application container server coded in pure C"; |