Skip to content

Commit

Permalink
haskell.nix: supply cardano-tracer to trace-dispatcher-test
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Nov 1, 2022
1 parent f48e9f9 commit 7734f18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ haskell-nix.cabalProject' ({ pkgs
export CARDANO_CLI=${config.hsPkgs.cardano-cli.components.exes.cardano-cli}/bin/cardano-cli${pkgs.stdenv.hostPlatform.extensions.executable}
export CARDANO_NODE_SRC=${src}
";
packages.trace-dispatcher.components.tests.trace-dispatcher-test.preCheck =
let
cmp = project.hsPkgs.cardano-tracer.components.exes.cardano-tracer;
deps = cmp.executableToolDepends;
in
''PATH=${lib.makeBinPath deps}:$PATH'';
packages.cardano-node-chairman.components.tests.chairman-tests.build-tools =
lib.mkForce [
pkgs.lsof
Expand Down

0 comments on commit 7734f18

Please sign in to comment.