We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0cdff commit 54b3925Copy full SHA for 54b3925
nix/haskell.nix
@@ -44,6 +44,9 @@ let
44
packages.cardano-cli.components.tests.cardano-cli-test.platforms =
45
with stdenv.lib.platforms; [ linux darwin ];
46
47
+ # Needed for the CLI tests.
48
+ packages.cardano-cli.components.tests.cardano-cli-test.build-tools =
49
+ [pkgs.bc pkgs.jq pkgs.paste];
50
}
51
{
52
# Packages we wish to ignore version bounds of.
0 commit comments