Skip to content

Commit

Permalink
elmPackages.elm: don't check aeson
Browse files Browse the repository at this point in the history
Checking aeson fails as it depends on nothunks < 0.3, but we provide nothunks >= 0.3. Jailbreaking doesn't work in this context, so I disabled the tests instead.
  • Loading branch information
mpscholten committed Feb 1, 2025
1 parent 28ec594 commit 05fbc3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/compilers/elm/packages/ghc9_6/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,7 @@ pkgs.haskell.packages.ghc96.override {
ansi-wl-pprint = overrideCabal (drv: {
jailbreak = true;
}) (self.callPackage ./ansi-wl-pprint { });

aeson = overrideCabal (drv: { doCheck = false; }) super.aeson;
};
}

0 comments on commit 05fbc3d

Please sign in to comment.