ncurses: split also man output (3-4 MB)
This commit is contained in:
parent
f014217a55
commit
ef3f961610
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = [ ./clang.patch ];
|
patches = [ ./clang.patch ];
|
||||||
|
|
||||||
outputs = [ "dev" "lib" "out" ];
|
outputs = [ "dev" "lib" "out" "man" ];
|
||||||
setOutputFlags = false; # some aren't supported
|
setOutputFlags = false; # some aren't supported
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-overwrite" # Needed for proper header installation
|
"--enable-overwrite" # Needed for proper header installation
|
||||||
"--enable-pc-files"
|
"--enable-pc-files"
|
||||||
"--enable-symlinks"
|
"--enable-symlinks"
|
||||||
"--libdir=$(lib)/lib" "--includedir=$(dev)/include" "--bindir=$(dev)/bin"
|
"--libdir=$(lib)/lib" "--includedir=$(dev)/include" "--bindir=$(dev)/bin" "--mandir=$(man)/share/man"
|
||||||
] ++ lib.optional unicode "--enable-widec";
|
] ++ lib.optional unicode "--enable-widec";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig libtool ];
|
nativeBuildInputs = [ pkgconfig libtool ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user