From 2f6a5f9d05bb21547f84d24165af965981497e4d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 14 Jun 2016 14:59:26 +0200 Subject: link systemd --- customized/uwsgi.nix | 2 ++ 1 file changed, 2 insertions(+) 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 { ${lib.concatMapStringsSep "\n" (x: x.install) needed} ''; + NIX_CFLAGES_LINK = [ "-lsystemd" ]; + meta = with stdenv.lib; { homepage = http://uwsgi-docs.readthedocs.org/en/latest/; description = "A fast, self-healing and developer/sysadmin-friendly application container server coded in pure C"; -- cgit v1.2.3