Skip to content

Commit

Permalink
wip drop unused regex-posix config
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Dec 16, 2024
1 parent ad79f5f commit 78508b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,6 @@ CHaP: haskell-nix: nixpkgs-recent: nodePkgs: haskell-nix.cabalProject' [
# does not require any messing with cabal files.
packages.katip.doExactConfig = true;

# Avoid this error on the windows build:
# Wrap.hsc:96:10: fatal error: regex.h: No such file or directory
packages.regex-posix.flags._regex-posix-clib = stdenv.hostPlatform.isWindows;

# Lets us put the pretty-simple tool in shell.nix.
packages.pretty-simple.flags.buildexe = true;
}
Expand Down

0 comments on commit 78508b0

Please sign in to comment.