about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-05-28 00:53:47 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-05-28 02:20:08 -0700
commit85932bc5a998060e76090273b51d35133a7a2dbb (patch)
tree7127b2ef72a1ef9d6286f0e3c64a71c44f582d5a /pkgs/tools/system
parent4389ae5208ec9b7e80b3b0e4ee10e2709333519f (diff)
downloadnixlib-85932bc5a998060e76090273b51d35133a7a2dbb.tar
nixlib-85932bc5a998060e76090273b51d35133a7a2dbb.tar.gz
nixlib-85932bc5a998060e76090273b51d35133a7a2dbb.tar.bz2
nixlib-85932bc5a998060e76090273b51d35133a7a2dbb.tar.lz
nixlib-85932bc5a998060e76090273b51d35133a7a2dbb.tar.xz
nixlib-85932bc5a998060e76090273b51d35133a7a2dbb.tar.zst
nixlib-85932bc5a998060e76090273b51d35133a7a2dbb.zip
krb5: 1.13.1 -> 1.13.2
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/rsyslog/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/rsyslog/default.nix b/pkgs/tools/system/rsyslog/default.nix
index 195e6bc43294..e8abe0ef0d0a 100644
--- a/pkgs/tools/system/rsyslog/default.nix
+++ b/pkgs/tools/system/rsyslog/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, pkgconfig, libestr, json_c, zlib, pythonPackages
-, krb5 ? null, systemd ? null, jemalloc ? null, libmysql ? null, postgresql ? null
+, libkrb5 ? null, systemd ? null, jemalloc ? null, libmysql ? null, postgresql ? null
 , libdbi ? null, net_snmp ? null, libuuid ? null, curl ? null, gnutls ? null
 , libgcrypt ? null, liblognorm ? null, openssl ? null, librelp ? null
 , libgt ? null, liblogging ? null, libnet ? null, hadoop ? null, rdkafka ? null
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [
     pkgconfig libestr json_c zlib pythonPackages.docutils
-    krb5 jemalloc libmysql postgresql libdbi net_snmp libuuid curl gnutls
+    libkrb5 jemalloc libmysql postgresql libdbi net_snmp libuuid curl gnutls
     libgcrypt liblognorm openssl librelp libgt liblogging libnet hadoop rdkafka
     libmongo-client czmq rabbitmq-c hiredis
   ] ++ stdenv.lib.optional stdenv.isLinux systemd;
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
     (mkWith   true                      "systemdsystemunitdir" "\${out}/etc/systemd/system")
     (mkEnable true                      "largefile"            null)
     (mkEnable true                      "regexp"               null)
-    (mkEnable (krb5 != null)            "gssapi-krb5"          null)
+    (mkEnable (libkrb5 != null)         "gssapi-krb5"          null)
     (mkEnable true                      "klog"                 null)
     (mkEnable true                      "kmsg"                 null)
     (mkEnable (systemd != null)         "imjournal"            null)