We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f86929 commit fd97699Copy full SHA for fd97699
nix/haskell.nix
@@ -69,6 +69,7 @@ haskell-nix.cabalProject' ({ pkgs
69
({ pkgs, ... }: {
70
packages.tx-generator.package.buildable = with pkgs.stdenv.hostPlatform; isUnix && !isMusl;
71
packages.cardano-tracer.package.buildable = with pkgs.stdenv.hostPlatform; isUnix && !isMusl;
72
+ packages.cardano-tracer.components.tests.cardano-tracer-test.buildable = with pkgs.stdenv.hostPlatform; lib.mkForce (!isMusl);
73
packages.cardano-node-chairman.components.tests.chairman-tests.buildable = lib.mkForce pkgs.stdenv.hostPlatform.isUnix;
74
packages.plutus-tx-plugin.components.library.platforms = with lib.platforms; [ linux darwin ];
75
packages.locli.package.buildable = with pkgs.stdenv.hostPlatform; isUnix && !isMusl;
0 commit comments