diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-06-14 14:59:26 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-06-14 14:59:26 +0200 |
commit | 2f6a5f9d05bb21547f84d24165af965981497e4d (patch) | |
tree | c69415d8bd0c1ea25c5c41e7f17d34a8da8a73ac | |
parent | 7f3b9a978722491eedd368bd060b34d56e584c76 (diff) | |
download | nixos-2f6a5f9d05bb21547f84d24165af965981497e4d.tar nixos-2f6a5f9d05bb21547f84d24165af965981497e4d.tar.gz nixos-2f6a5f9d05bb21547f84d24165af965981497e4d.tar.bz2 nixos-2f6a5f9d05bb21547f84d24165af965981497e4d.tar.xz nixos-2f6a5f9d05bb21547f84d24165af965981497e4d.zip |
link systemd
-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"; |