sssd: fixup build after bind output changes #21685
This commit is contained in:
parent
de36c3b560
commit
c82baee8ac
@ -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,
|
cyrus_sasl, ding-libs, libnl, libunistring, nss, samba, libnfsidmap, doxygen,
|
||||||
python, python3, pam, popt, talloc, tdb, tevent, pkgconfig, ldb, openldap,
|
python, python3, pam, popt, talloc, tdb, tevent, pkgconfig, ldb, openldap,
|
||||||
pcre, kerberos, cifs_utils, glib, keyutils, dbus, fakeroot, libxslt, libxml2,
|
pcre, kerberos, cifs_utils, glib, keyutils, dbus, fakeroot, libxslt, libxml2,
|
||||||
@ -45,7 +45,7 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
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
|
samba libnfsidmap doxygen python python3 popt
|
||||||
talloc tdb tevent pkgconfig ldb pam openldap pcre kerberos
|
talloc tdb tevent pkgconfig ldb pam openldap pcre kerberos
|
||||||
cifs_utils glib keyutils dbus fakeroot libxslt libxml2
|
cifs_utils glib keyutils dbus fakeroot libxslt libxml2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user