Merge pull request #125546 from NixOS/backport-125105-to-release-21.05
This commit is contained in:
commit
54fd06550c
@ -26,6 +26,7 @@
|
|||||||
, tdb
|
, tdb
|
||||||
, cmocka
|
, cmocka
|
||||||
, rpcsvc-proto
|
, rpcsvc-proto
|
||||||
|
, python3Packages
|
||||||
, nixosTests
|
, nixosTests
|
||||||
|
|
||||||
, enableLDAP ? false, openldap
|
, enableLDAP ? false, openldap
|
||||||
@ -91,10 +92,10 @@ stdenv.mkDerivation rec {
|
|||||||
libtasn1
|
libtasn1
|
||||||
tdb
|
tdb
|
||||||
] ++ optionals stdenv.isLinux [ liburing systemd ]
|
] ++ optionals stdenv.isLinux [ liburing systemd ]
|
||||||
++ optional enableLDAP openldap
|
++ optionals enableLDAP [ openldap.dev python3Packages.markdown ]
|
||||||
++ optional (enablePrinting && stdenv.isLinux) cups
|
++ optional (enablePrinting && stdenv.isLinux) cups
|
||||||
++ optional enableMDNS avahi
|
++ optional enableMDNS avahi
|
||||||
++ optionals enableDomainController [ gpgme lmdb ]
|
++ optionals enableDomainController [ gpgme lmdb python3Packages.dnspython ]
|
||||||
++ optional enableRegedit ncurses
|
++ optional enableRegedit ncurses
|
||||||
++ optional (enableCephFS && stdenv.isLinux) libceph
|
++ optional (enableCephFS && stdenv.isLinux) libceph
|
||||||
++ optionals (enableGlusterFS && stdenv.isLinux) [ glusterfs libuuid ]
|
++ optionals (enableGlusterFS && stdenv.isLinux) [ glusterfs libuuid ]
|
||||||
|
@ -19680,7 +19680,6 @@ in
|
|||||||
enableDomainController = true;
|
enableDomainController = true;
|
||||||
enableRegedit = true;
|
enableRegedit = true;
|
||||||
enableCephFS = !pkgs.stdenv.hostPlatform.isAarch64;
|
enableCephFS = !pkgs.stdenv.hostPlatform.isAarch64;
|
||||||
enableGlusterFS = true;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
sambaFull = samba4Full;
|
sambaFull = samba4Full;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user