Skip to content

Commit

Permalink
packages: disable systemd for statically-linked cardano-tracer
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Jan 18, 2022
1 parent 30f9a0d commit e26bc2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/haskell.nix
Expand Up @@ -187,6 +187,7 @@ let
# systemd can't be statically linked
packages.cardano-config.flags.systemd = !pkgs.stdenv.hostPlatform.isMusl;
packages.cardano-node.flags.systemd = !pkgs.stdenv.hostPlatform.isMusl;
packages.cardano-tracer.flags.systemd = !pkgs.stdenv.hostPlatform.isMusl;
})
# Musl libc fully static build
({ pkgs, ... }: lib.mkIf pkgs.stdenv.hostPlatform.isMusl (let
Expand Down

0 comments on commit e26bc2c

Please sign in to comment.