diff options
| author | Gabriella Gonzalez <Gabriel439@gmail.com> | 2021-12-22 08:43:38 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-22 08:43:38 -0800 |
| commit | 0796ca8425ac51eca17267a73980a531d4f2fa42 (patch) | |
| tree | e01bd0a07d91fb82761aff452406f5a9794b71d5 /pkgs/development/python-modules/rangehttpserver | |
| parent | 01506119b555c986fd27f0e33aaf08a8d37a93c9 (diff) | |
haskell.compiler.ghcjs: Fix Linux build (#151699)
Before this change the GHCJS build fails on Linux with:
```
Setup: Missing dependency on a foreign library:
* Missing (or bad) header file: ghc/utils/unlit/fs.h
```
The root cause is that the `./ghc/configure.ac` script is
responsible for copying `./ghc/utils/fs/fs.h` to
`./ghc/utils/unlit/fs.h`, but the script exits early if a C
compiler is not present.
This fixes that by ensuring that the C compiler is present
on all platforms (not just Darwin), so that the build now
works on Linux, too.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
