-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ncurses: fix enableStatic option to do what it says #43497
ncurses: fix enableStatic option to do what it says #43497
Conversation
Success on x86_64-linux (full log) Attempted: ncurses Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: ncurses Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: ncurses Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: ncurses Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: ncurses Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: ncurses Partial log (click to expand)
|
@GrahamcOfBorg build ncurses ncurses5 pkgsMusl.ncurses pkgsMusl.ncurses5 |
Success on x86_64-darwin (full log) Attempted: ncurses, ncurses5 The following builds were skipped because they don't evaluate on x86_64-darwin: pkgsMusl.ncurses, pkgsMusl.ncurses5 Partial log (click to expand)
|
Failure on x86_64-linux (full log) Attempted: ncurses, ncurses5, pkgsMusl.ncurses, pkgsMusl.ncurses5 Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: ncurses, ncurses5, pkgsMusl.ncurses, pkgsMusl.ncurses5 Partial log (click to expand)
|
Looks like this was fixed similarly by @shlevy ( af315bb ) -- although that makes the I was looking at using ncurses' ability to create libtinfo itself (see INSTALL docs, IIRC |
Why has this issue been around for months and both of us hit it the same day? 😀 |
Motivation for this change
enableStatic
, and only changes behavior when intentionally opt'ing into a static ncurses.cc @Ericson2314 (introduced the option in 3a672cb)
--enable-normal
, see./configure --help
and particularly theINSTALL
file for description.Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)