Unverified Commit c4aa8168 authored by Will Fancher's avatar Will Fancher Committed by GitHub
Browse files

systemdLibs: disable nspawn build (#448354)

parents 5b1f925a 5f76ca70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -587,7 +587,7 @@ stdenv.mkDerivation (finalAttrs: {
    (lib.mesonEnable "gnutls" false)
    (lib.mesonEnable "xkbcommon" false)
    (lib.mesonEnable "man" true)
    # (lib.mesonEnable "nspawn" withNspawn) # nspawn build can be turned off on systemd 258, on 257.x it will just not be installed in systemdLibs but the build is unconditional
    (lib.mesonEnable "nspawn" withNspawn)

    (lib.mesonBool "analyze" withAnalyze)
    (lib.mesonBool "logind" withLogind)