From 2444caed5af0e535220faf19929bc7b969cf35c1 Mon Sep 17 00:00:00 2001 From: Yuka Date: Tue, 13 Sep 2022 16:03:35 +0200 Subject: systemd: set withTpm2Tss and withUserDb to true on musl (#191030) When we initially applied the openembedded patchset to make systemd build with musl, these options had to be disabled for it to work. Now they seem to work fine, so re-enabling. --- pkgs/os-specific/linux/systemd/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 a14883ff5f2..2b80dead199 100644 --- a/pkgs/os-specific/linux/systemd/default.nix +++ b/pkgs/os-specific/linux/systemd/default.nix @@ -98,8 +98,8 @@ , withShellCompletions ? true , withTimedated ? true , withTimesyncd ? true -, withTpm2Tss ? !stdenv.hostPlatform.isMusl -, withUserDb ? !stdenv.hostPlatform.isMusl +, withTpm2Tss ? true +, withUserDb ? true , withUtmp ? !stdenv.hostPlatform.isMusl # tests assume too much system access for them to be feasible for us right now , withTests ? false -- cgit 1.4.1