sssd: 1.14.2 -> 1.16.0
This commit is contained in:
parent
1cea1b66a4
commit
2351947c57
|
@ -1,8 +1,8 @@
|
||||||
{ stdenv, fetchurl, pkgs, lib, glibc, augeas, dnsutils, c-ares,
|
{ stdenv, fetchurl, pkgs, lib, glibc, augeas, dnsutils, c-ares, curl,
|
||||||
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,
|
||||||
docbook_xml_xslt, ldap, systemd, nspr, check, cmocka, uid_wrapper,
|
libuuid, docbook_xml_xslt, ldap, systemd, nspr, check, cmocka, uid_wrapper,
|
||||||
nss_wrapper, docbook_xml_dtd_44, ncurses, Po4a, http-parser, jansson
|
nss_wrapper, docbook_xml_dtd_44, ncurses, Po4a, http-parser, jansson
|
||||||
, withSudo ? false }:
|
, withSudo ? false }:
|
||||||
|
|
||||||
|
@ -11,11 +11,11 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "sssd-${version}";
|
name = "sssd-${version}";
|
||||||
version = "1.14.2";
|
version = "1.16.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://fedorahosted.org/released/sssd/${name}.tar.gz";
|
url = "https://fedorahosted.org/released/sssd/${name}.tar.gz";
|
||||||
sha1 = "167b2216c536035175ff041d0449e0a874c68601";
|
sha256 = "03wllgbxxz2zv14dcqr8d2xssppi7ibckh0rlky8gvsw6vjsd0f5";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Something is looking for <libxml/foo.h> instead of <libxml2/libxml/foo.h>
|
# Something is looking for <libxml/foo.h> instead of <libxml2/libxml/foo.h>
|
||||||
|
@ -47,11 +47,11 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
buildInputs = [ augeas dnsutils c-ares cyrus_sasl ding-libs libnl libunistring nss
|
buildInputs = [ augeas dnsutils c-ares curl 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
|
||||||
ldap systemd nspr check cmocka uid_wrapper
|
libuuid ldap systemd nspr check cmocka uid_wrapper
|
||||||
nss_wrapper ncurses Po4a http-parser jansson ];
|
nss_wrapper ncurses Po4a http-parser jansson ];
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
|
|
Loading…
Reference in New Issue