We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48e9f9 commit 7e2ac1dCopy full SHA for 7e2ac1d
nix/haskell.nix
@@ -128,6 +128,12 @@ haskell-nix.cabalProject' ({ pkgs
128
export CARDANO_CLI=${config.hsPkgs.cardano-cli.components.exes.cardano-cli}/bin/cardano-cli${pkgs.stdenv.hostPlatform.extensions.executable}
129
export CARDANO_NODE_SRC=${src}
130
";
131
+ packages.trace-dispatcher.components.tests.trace-dispatcher-test.preCheck =
132
+ let
133
+ cmp = config.hsPkgs.cardano-tracer.components.exes.cardano-tracer;
134
+ deps = cmp.executableToolDepends;
135
+ in
136
+ ''PATH=${lib.makeBinPath deps}:$PATH'';
137
packages.cardano-node-chairman.components.tests.chairman-tests.build-tools =
138
lib.mkForce [
139
pkgs.lsof
0 commit comments