From 859a44ebc0b4f54c8053884c9bf1d8496ada0bf8 Mon Sep 17 00:00:00 2001 From: Antoine Eiche Date: Sun, 1 Nov 2020 18:47:18 +0100 Subject: systemd: set withRemote true by default This also adds the libmicrohttpd as a `buildInput` when `withRemote` is true. --- pkgs/os-specific/linux/systemd/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/os-specific/linux/systemd/default.nix') diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix index 8aaeddd1e81..0a89fe3720a 100644 --- a/pkgs/os-specific/linux/systemd/default.nix +++ b/pkgs/os-specific/linux/systemd/default.nix @@ -53,6 +53,7 @@ , withKexectools ? lib.any (lib.meta.platformMatch stdenv.hostPlatform) kexectools.meta.platforms , kexectools , bashInteractive +, libmicrohttpd , withAnalyze ? true , withApparmor ? true @@ -71,7 +72,7 @@ , withNss ? true , withPCRE2 ? true , withPolkit ? true -, withRemote ? false # has always been disabled on NixOS, upstream version appears broken anyway +, withRemote ? true , withResolved ? true , withShellCompletions ? true , withTimedated ? true @@ -201,6 +202,7 @@ stdenv.mkDerivation { ++ lib.optional withPCRE2 pcre2 ++ lib.optional withResolved libgpgerror ++ lib.optional withSelinux libselinux + ++ lib.optional withRemote libmicrohttpd ; #dontAddPrefix = true; -- cgit 1.4.1