Skip to content

Commit

Permalink
nix: enable systemd in builds for journald support
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hunt <[email protected]>
  • Loading branch information
haircommander committed Jun 14, 2023
1 parent 7a7c893 commit f81083e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ with pkgs; stdenv.mkDerivation rec {
glibc
glibc.static
libseccomp
systemd
pcre
];
prePatch = ''
Expand Down

0 comments on commit f81083e

Please sign in to comment.