Revert "Revert "Merge pull request #21350 from spacekitteh/patch-23""

This reverts commit 0c1382085b.
Moved to staging.
This commit is contained in:
Vladimír Čunát 2016-12-22 11:29:13 +01:00
parent 2e03ae274d
commit 2b883c6f56
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,9 @@ stdenv.mkDerivation rec {
done
done
# create libtinfo symlink
ln -svf $out/lib/libncurses.$dylibtype $out/libtinfo.$dylibtype
# move some utilities to $bin
# these programs are used at runtime and don't really belong in $dev
moveToOutput "bin/clear" "$out"