Skip to content

Commit

Permalink
Ignore libyaml issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Oct 12, 2021
1 parent bcd076e commit 02bdee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/pkgs/haskell/haskell.nix
Expand Up @@ -434,6 +434,7 @@ let
cardano-crypto-praos.components.library.pkgconfig = lib.mkForce [ [ pkgs.buildPackages.libsodium-vrf ] ];
cardano-crypto-class.components.library.pkgconfig = lib.mkForce [ [ pkgs.buildPackages.libsodium-vrf ] ];
plutus-core.ghcOptions = [ "-Wno-unused-packages" ];
iohk-monitoring.ghcOptions = [ "-Wno-deprecations" ]; # TODO find alternative fo libyaml
};
})
({ pkgs, config, ... }@args: {
Expand Down

0 comments on commit 02bdee8

Please sign in to comment.