samba4: Add libbsd for string manipulation functions
This commit is contained in:
parent
3feac4fd86
commit
07bf8ad03e
@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchurl, python, pkgconfig, perl, libxslt, docbook_xsl_ns
|
||||
, docbook_xml_dtd_42, readline, talloc, ntdb, tdb, tevent, ldb, popt, iniparser
|
||||
, pythonPackages
|
||||
, pythonPackages, libbsd
|
||||
|
||||
# source3/wscript optionals
|
||||
, heimdal ? null # Samba only supports heimdal for kerberos although mit-krb5 is being worked on
|
||||
@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
python pkgconfig perl libxslt docbook_xsl_ns docbook_xml_dtd_42
|
||||
readline talloc ntdb tdb tevent ldb popt iniparser pythonPackages.subunit
|
||||
libbsd
|
||||
|
||||
heimdal openldap cups pam avahi acl libaio fam ctdb ceph glusterfs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user