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 aa42e8a commit 55cc76dCopy full SHA for 55cc76d
nix/ouroboros-network.nix
@@ -137,6 +137,19 @@ let
137
"-L${lib.getLib static-secp256k1}/lib"
138
"-L${lib.getLib static-libblst}/lib"
139
];
140
+ packages.cardano-diffusion.ghcOptions = with pkgs; [
141
+ "-L${lib.getLib static-gmp}/lib"
142
+ "-L${lib.getLib static-libsodium-vrf}/lib"
143
+ "-L${lib.getLib static-secp256k1}/lib"
144
+ "-L${lib.getLib static-libblst}/lib"
145
+ ];
146
+ # for api-bench
147
+ packages.ouroboros-network.ghcOptions = with pkgs; [
148
149
150
151
152
153
})
154
155
});
0 commit comments