Andy Mroczkowski
|
9dd1584c89
|
overrides: add ncurses for gnureadline
test command:
```
nix-build --attr gnureadline --keep-going --show-trace tests/default.nix
```
before:
```
ld: library not found for -lncurses
clang-11: error: linker command failed with exit code 1
(use -v to see invocation)
error: command '/nix/store/sa6hywsm1mqfyd1xakyzv4ljjsb3h
awh-clang-wrapper-11.1.0/bin/clang' failed with exit code
1
error: subprocess-exited-with-error
```
after:
- Success!
|
2024-01-28 09:21:32 -05:00 |
|