summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-04-04 20:03:37 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-04-04 20:03:37 -0700
commit6c07ca09e9fc0816326e422b98618a935c8d7fc9 (patch)
tree49bb720e6ce4ff9076cde96fe2d3c11aa5352481
parent74c2500206adb3ab5f56196b2cea825d9b36047c (diff)
downloadnixlib-6c07ca09e9fc0816326e422b98618a935c8d7fc9.tar
nixlib-6c07ca09e9fc0816326e422b98618a935c8d7fc9.tar.gz
nixlib-6c07ca09e9fc0816326e422b98618a935c8d7fc9.tar.bz2
nixlib-6c07ca09e9fc0816326e422b98618a935c8d7fc9.tar.lz
nixlib-6c07ca09e9fc0816326e422b98618a935c8d7fc9.tar.xz
nixlib-6c07ca09e9fc0816326e422b98618a935c8d7fc9.tar.zst
nixlib-6c07ca09e9fc0816326e422b98618a935c8d7fc9.zip
rsyslog: Make linux only
-rw-r--r--pkgs/tools/system/rsyslog/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/rsyslog/default.nix b/pkgs/tools/system/rsyslog/default.nix
index 9966141bdfd1..32f48eb7e141 100644
--- a/pkgs/tools/system/rsyslog/default.nix
+++ b/pkgs/tools/system/rsyslog/default.nix
@@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
     homepage = "http://www.rsyslog.com/";
     description = "Enhanced syslog implementation";
     license = licenses.gpl3;
-    platforms = platforms.all;
+    platforms = platforms.linux;
     maintainers = with maintainers; [ wkennington ];
   };
 }