Skip to content

Commit

Permalink
sssd: fixup build after bind output changes #21685
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jan 9, 2017
1 parent de36c3b commit c82baee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/sssd/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgs, lib, glibc, augeas, bind, c-ares,
{ stdenv, fetchurl, pkgs, lib, glibc, augeas, dnsutils, c-ares,
cyrus_sasl, ding-libs, libnl, libunistring, nss, samba, libnfsidmap, doxygen,
python, python3, pam, popt, talloc, tdb, tevent, pkgconfig, ldb, openldap,
pcre, kerberos, cifs_utils, glib, keyutils, dbus, fakeroot, libxslt, libxml2,
Expand Down Expand Up @@ -45,7 +45,7 @@ stdenv.mkDerivation {
'';

enableParallelBuilding = true;
buildInputs = [ augeas bind c-ares cyrus_sasl ding-libs libnl libunistring nss
buildInputs = [ augeas dnsutils c-ares cyrus_sasl ding-libs libnl libunistring nss
samba libnfsidmap doxygen python python3 popt
talloc tdb tevent pkgconfig ldb pam openldap pcre kerberos
cifs_utils glib keyutils dbus fakeroot libxslt libxml2
Expand Down

0 comments on commit c82baee

Please sign in to comment.