mandoc: set SBINDIR instead of relying on fixupPhase

This commit is contained in:
sternenseemann 2021-09-20 16:09:39 +02:00
parent c138683757
commit 03480209d9

View File

@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
LD_OHASH="-lutil"
# Use symlinks instead of hardlinks (more commonly used in nixpkgs)
LN="ln -sf"
# nixpkgs doesn't have sbin, install makewhatis to bin
SBINDIR="$PREFIX/bin"
CC=${stdenv.cc.targetPrefix}cc
AR=${stdenv.cc.bintools.targetPrefix}ar
# Bypass the locale(1)-based check for UTF-8 support since it causes trouble: