tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ncurses: support termlib
Doron Behar
1 year ago
d375e8d1
bbc5fc39
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
ncurses
default.nix
+2
pkgs/development/libraries/ncurses/default.nix
···
9
9
, enableStatic ? stdenv.hostPlatform.isStatic
10
10
, withCxx ? !stdenv.hostPlatform.useAndroidPrebuilt
11
11
, mouseSupport ? false, gpm
12
12
+
, withTermlib ? false
12
13
, unicodeSupport ? true
13
14
, testers
14
15
, binlore
···
38
39
++ lib.optional (!withCxx) "--without-cxx"
39
40
++ lib.optional (abiVersion == "5") "--with-abi-version=5"
40
41
++ lib.optional stdenv.hostPlatform.isNetBSD "--enable-rpath"
42
42
+
++ lib.optional withTermlib "--with-termlib"
41
43
++ lib.optionals stdenv.hostPlatform.isWindows [
42
44
"--enable-sp-funcs"
43
45
"--enable-term-driver"