about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-03-12 14:12:21 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-03-12 14:12:28 -0700
commit2ec1f1203b2f979be187842b6a602d0532854846 (patch)
treef27b674537593d50fdafb469329a83b2d76df6c5
parentebef57364198d59e0a5a7371d96c36666ccdd534 (diff)
rsyslog: Make compatible with non-linux
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 88634e3146b1a..62e3a67a52912 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -783,6 +783,7 @@ let
     libgcrypt = libgcrypt_1_6;
     czmq = null; # Currently Broken
     hadoop = null; # Currently Broken
+    systemd = if stdenv.isLinux then systemd else null;
   };
 
   rsyslog-light = callPackage ../tools/system/rsyslog {