Skip to content

Commit

Permalink
pkgsStatic.haskellPackages.hashable: disable checks
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Sep 15, 2024
1 parent 4772ae2 commit 3c13f22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2273,6 +2273,13 @@ self: super: {
# Too strict bound on hspec (<2.11)
utf8-light = doJailbreak super.utf8-light;

# Fails to build in pkgsStatic with:
# Preprocessing test suite 'hashable-tests' for hashable-1.4.4.0..
# Mmap.hsc: In function ‘_hsc2hs_test13’:
# Mmap.hsc:54:20: error: storage size of ‘test_array’ isn’t constant
# compilation failed
hashable = dontCheckIf pkgs.stdenv.hostPlatform.isStatic super.hashable;

large-hashable = lib.pipe (super.large-hashable.override {
# https://github.com/factisresearch/large-hashable/commit/5ec9d2c7233fc4445303564047c992b693e1155c
utf8-light = null;
Expand Down

0 comments on commit 3c13f22

Please sign in to comment.