diff --git a/nix/haskell.nix b/nix/haskell.nix index f2de420f1b9..3dc5a6534e9 100644 --- a/nix/haskell.nix +++ b/nix/haskell.nix @@ -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