From f81083eb941a708ad9c2db13c5c9770f0e9d4e28 Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Wed, 14 Jun 2023 15:49:20 -0400 Subject: [PATCH] nix: enable systemd in builds for journald support Signed-off-by: Peter Hunt --- nix/derivation.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/derivation.nix b/nix/derivation.nix index 3bb24643..4074e9f9 100644 --- a/nix/derivation.nix +++ b/nix/derivation.nix @@ -17,6 +17,7 @@ with pkgs; stdenv.mkDerivation rec { glibc glibc.static libseccomp + systemd pcre ]; prePatch = ''