mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
haskellPackages.c2hsc: fix build on darwin
This commit is contained in:
parent
e4969a6b76
commit
6978384f21
@ -247,4 +247,7 @@ self: super: {
|
||||
# https://github.com/acid-state/acid-state/issues/133
|
||||
acid-state = dontCheck super.acid-state;
|
||||
|
||||
# Otherwise impure gcc is used, which is Apple's weird wrapper
|
||||
c2hsc = addTestToolDepends super.c2hsc [ pkgs.gcc ];
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user