ncurses: split into multiple outputs

Some programs (e.g. tput) might better be moved somewhere else than
$dev/bin, but that can be improved later if need be.
This commit is contained in:
Vladimír Čunát
2015-10-05 20:32:54 +02:00
parent 9a1aa51fed
commit 91407a8bdf
39 changed files with 75 additions and 70 deletions

View File

@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
\( -type f -a -name "*.so*" \) -o \
\( -type f -a -perm -0100 \) \
\) -exec patchelf --set-interpreter ${stdenv.cc.libc.out}/lib/ld-*so.? \
--set-rpath ${zlib}/lib:${ncurses}/lib {} \;
--set-rpath ${stdenv.lib.makeLibraryPath [ zlib ncurses ]} {} \;
# fix ineffective PROGDIR / MYNDKDIR determination
for i in ndk-build ndk-gdb ndk-gdb-py
do