mandoc: set SBINDIR instead of relying on fixupPhase
This commit is contained in:
parent
c138683757
commit
03480209d9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user