mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 00:50:59 +00:00
Merge pull request #311675 from nrdxp/fix-systemd-build-flag-combinations
fix: systemd build flag combinations
This commit is contained in:
@@ -552,7 +552,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
(lib.mesonEnable "zlib" withCompression)
|
||||
|
||||
# NSS
|
||||
(lib.mesonEnable "nss-mymachines" withNss)
|
||||
(lib.mesonEnable "nss-mymachines" (withNss && withMachined))
|
||||
(lib.mesonEnable "nss-resolve" withNss)
|
||||
(lib.mesonBool "nss-myhostname" withNss)
|
||||
(lib.mesonBool "nss-systemd" withNss)
|
||||
@@ -564,7 +564,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
# FIDO2
|
||||
(lib.mesonEnable "libfido2" withFido2)
|
||||
(lib.mesonEnable "openssl" withFido2)
|
||||
(lib.mesonEnable "openssl" (withHomed || withFido2 || withSysupdate))
|
||||
|
||||
# Password Quality
|
||||
(lib.mesonEnable "pwquality" withPasswordQuality)
|
||||
|
||||
Reference in New Issue
Block a user