Loading pkgs/development/libraries/ldb/default.nix +9 −2 Original line number Diff line number Diff line Loading @@ -16,11 +16,11 @@ stdenv.mkDerivation rec { pname = "ldb"; version = "2.3.0"; version = "2.6.1"; src = fetchurl { url = "mirror://samba/ldb/${pname}-${version}.tar.gz"; sha256 = "0bcjj4gv48ddg44wyxpsvrs26xry6yy9x9k16qgz0bljs2rhilx4"; sha256 = "sha256-RnQD9334Z4LDlluxdUQLqi7XUan+uVYBlL2MBr8XNsk="; }; outputs = [ "out" "dev" ]; Loading @@ -44,6 +44,13 @@ stdenv.mkDerivation rec { cmocka ]; # otherwise the configure script fails with # PYTHONHASHSEED=1 missing! Don't use waf directly, use ./configure and make! preConfigure = '' export PKGCONFIG="$PKG_CONFIG" export PYTHONHASHSEED=1 ''; wafPath = "buildtools/bin/waf"; wafConfigureFlags = [ Loading pkgs/development/libraries/talloc/default.nix +9 −2 Original line number Diff line number Diff line Loading @@ -13,11 +13,11 @@ stdenv.mkDerivation rec { pname = "talloc"; version = "2.3.3"; version = "2.3.4"; src = fetchurl { url = "mirror://samba/talloc/${pname}-${version}.tar.gz"; sha256 = "sha256-a+lbI2i9CvHEzXqIFG62zuoY5Gw//JMwv2JitA0diqo="; sha256 = "sha256-F5+eviZeZ+SrLCbK0rfeS2p3xsIS+WaQM4KGnwa+ZQU="; }; nativeBuildInputs = [ Loading @@ -37,6 +37,13 @@ stdenv.mkDerivation rec { libxcrypt ]; # otherwise the configure script fails with # PYTHONHASHSEED=1 missing! Don't use waf directly, use ./configure and make! preConfigure = '' export PKGCONFIG="$PKG_CONFIG" export PYTHONHASHSEED=1 ''; wafPath = "buildtools/bin/waf"; wafConfigureFlags = [ Loading pkgs/development/libraries/tdb/default.nix +9 −2 Original line number Diff line number Diff line Loading @@ -12,11 +12,11 @@ stdenv.mkDerivation rec { pname = "tdb"; version = "1.4.6"; version = "1.4.7"; src = fetchurl { url = "mirror://samba/tdb/${pname}-${version}.tar.gz"; sha256 = "sha256-1okr2L7+BKd2QqHdVuSoeTSb8c9bLAv1+4QQYZON7ws="; sha256 = "sha256-pPsWje9TPzH/LAf32YRLsxMeZ5nwlOvnfQOArcmHwg4="; }; nativeBuildInputs = [ Loading @@ -34,6 +34,13 @@ stdenv.mkDerivation rec { libxcrypt ]; # otherwise the configure script fails with # PYTHONHASHSEED=1 missing! Don't use waf directly, use ./configure and make! preConfigure = '' export PKGCONFIG="$PKG_CONFIG" export PYTHONHASHSEED=1 ''; wafPath = "buildtools/bin/waf"; wafConfigureFlags = [ Loading pkgs/development/libraries/tevent/default.nix +11 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , fetchurl , python3 , pkg-config , cmocka , readline , talloc , libxslt Loading @@ -13,11 +14,11 @@ stdenv.mkDerivation rec { pname = "tevent"; version = "0.10.2"; version = "0.13.0"; src = fetchurl { url = "mirror://samba/tevent/${pname}-${version}.tar.gz"; sha256 = "15k6i8ad5lpxfjsjyq9h64zlyws8d3cm0vwdnaw8z1xjwli7hhpq"; sha256 = "sha256-uUN6kX+lU0Q2G+tk7J4AQumcroh5iCpi3Tj2q+I3HQw="; }; nativeBuildInputs = [ Loading @@ -32,10 +33,18 @@ stdenv.mkDerivation rec { buildInputs = [ python3 cmocka readline # required to build python talloc ]; # otherwise the configure script fails with # PYTHONHASHSEED=1 missing! Don't use waf directly, use ./configure and make! preConfigure = '' export PKGCONFIG="$PKG_CONFIG" export PYTHONHASHSEED=1 ''; wafPath = "buildtools/bin/waf"; wafConfigureFlags = [ Loading pkgs/servers/samba/4.x.nix +7 −0 Original line number Diff line number Diff line Loading @@ -20,9 +20,12 @@ , gnutls , systemd , samba , talloc , jansson , ldb , libtasn1 , tdb , tevent , libxcrypt , cmocka , rpcsvc-proto Loading Loading @@ -100,8 +103,11 @@ stdenv.mkDerivation rec { libarchive zlib gnutls ldb talloc libtasn1 tdb tevent libxcrypt ] ++ optionals stdenv.isLinux [ liburing systemd ] ++ optionals stdenv.isDarwin [ libiconv ] Loading Loading @@ -143,6 +149,7 @@ stdenv.mkDerivation rec { ++ optionals (!enableLDAP) [ "--without-ldap" "--without-ads" "--bundled-libraries=!ldb,!pyldb-util!talloc,!pytalloc-util,!tevent,!tdb,!pytdb" ] ++ optional enableLibunwind "--with-libunwind" ++ optional enableProfiling "--with-profiling-data" ++ optional (!enableAcl) "--without-acl-support" Loading Loading
pkgs/development/libraries/ldb/default.nix +9 −2 Original line number Diff line number Diff line Loading @@ -16,11 +16,11 @@ stdenv.mkDerivation rec { pname = "ldb"; version = "2.3.0"; version = "2.6.1"; src = fetchurl { url = "mirror://samba/ldb/${pname}-${version}.tar.gz"; sha256 = "0bcjj4gv48ddg44wyxpsvrs26xry6yy9x9k16qgz0bljs2rhilx4"; sha256 = "sha256-RnQD9334Z4LDlluxdUQLqi7XUan+uVYBlL2MBr8XNsk="; }; outputs = [ "out" "dev" ]; Loading @@ -44,6 +44,13 @@ stdenv.mkDerivation rec { cmocka ]; # otherwise the configure script fails with # PYTHONHASHSEED=1 missing! Don't use waf directly, use ./configure and make! preConfigure = '' export PKGCONFIG="$PKG_CONFIG" export PYTHONHASHSEED=1 ''; wafPath = "buildtools/bin/waf"; wafConfigureFlags = [ Loading
pkgs/development/libraries/talloc/default.nix +9 −2 Original line number Diff line number Diff line Loading @@ -13,11 +13,11 @@ stdenv.mkDerivation rec { pname = "talloc"; version = "2.3.3"; version = "2.3.4"; src = fetchurl { url = "mirror://samba/talloc/${pname}-${version}.tar.gz"; sha256 = "sha256-a+lbI2i9CvHEzXqIFG62zuoY5Gw//JMwv2JitA0diqo="; sha256 = "sha256-F5+eviZeZ+SrLCbK0rfeS2p3xsIS+WaQM4KGnwa+ZQU="; }; nativeBuildInputs = [ Loading @@ -37,6 +37,13 @@ stdenv.mkDerivation rec { libxcrypt ]; # otherwise the configure script fails with # PYTHONHASHSEED=1 missing! Don't use waf directly, use ./configure and make! preConfigure = '' export PKGCONFIG="$PKG_CONFIG" export PYTHONHASHSEED=1 ''; wafPath = "buildtools/bin/waf"; wafConfigureFlags = [ Loading
pkgs/development/libraries/tdb/default.nix +9 −2 Original line number Diff line number Diff line Loading @@ -12,11 +12,11 @@ stdenv.mkDerivation rec { pname = "tdb"; version = "1.4.6"; version = "1.4.7"; src = fetchurl { url = "mirror://samba/tdb/${pname}-${version}.tar.gz"; sha256 = "sha256-1okr2L7+BKd2QqHdVuSoeTSb8c9bLAv1+4QQYZON7ws="; sha256 = "sha256-pPsWje9TPzH/LAf32YRLsxMeZ5nwlOvnfQOArcmHwg4="; }; nativeBuildInputs = [ Loading @@ -34,6 +34,13 @@ stdenv.mkDerivation rec { libxcrypt ]; # otherwise the configure script fails with # PYTHONHASHSEED=1 missing! Don't use waf directly, use ./configure and make! preConfigure = '' export PKGCONFIG="$PKG_CONFIG" export PYTHONHASHSEED=1 ''; wafPath = "buildtools/bin/waf"; wafConfigureFlags = [ Loading
pkgs/development/libraries/tevent/default.nix +11 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , fetchurl , python3 , pkg-config , cmocka , readline , talloc , libxslt Loading @@ -13,11 +14,11 @@ stdenv.mkDerivation rec { pname = "tevent"; version = "0.10.2"; version = "0.13.0"; src = fetchurl { url = "mirror://samba/tevent/${pname}-${version}.tar.gz"; sha256 = "15k6i8ad5lpxfjsjyq9h64zlyws8d3cm0vwdnaw8z1xjwli7hhpq"; sha256 = "sha256-uUN6kX+lU0Q2G+tk7J4AQumcroh5iCpi3Tj2q+I3HQw="; }; nativeBuildInputs = [ Loading @@ -32,10 +33,18 @@ stdenv.mkDerivation rec { buildInputs = [ python3 cmocka readline # required to build python talloc ]; # otherwise the configure script fails with # PYTHONHASHSEED=1 missing! Don't use waf directly, use ./configure and make! preConfigure = '' export PKGCONFIG="$PKG_CONFIG" export PYTHONHASHSEED=1 ''; wafPath = "buildtools/bin/waf"; wafConfigureFlags = [ Loading
pkgs/servers/samba/4.x.nix +7 −0 Original line number Diff line number Diff line Loading @@ -20,9 +20,12 @@ , gnutls , systemd , samba , talloc , jansson , ldb , libtasn1 , tdb , tevent , libxcrypt , cmocka , rpcsvc-proto Loading Loading @@ -100,8 +103,11 @@ stdenv.mkDerivation rec { libarchive zlib gnutls ldb talloc libtasn1 tdb tevent libxcrypt ] ++ optionals stdenv.isLinux [ liburing systemd ] ++ optionals stdenv.isDarwin [ libiconv ] Loading Loading @@ -143,6 +149,7 @@ stdenv.mkDerivation rec { ++ optionals (!enableLDAP) [ "--without-ldap" "--without-ads" "--bundled-libraries=!ldb,!pyldb-util!talloc,!pytalloc-util,!tevent,!tdb,!pytdb" ] ++ optional enableLibunwind "--with-libunwind" ++ optional enableProfiling "--with-profiling-data" ++ optional (!enableAcl) "--without-acl-support" Loading