mandoc: fix cc detection
This commit is contained in:
@@ -19,8 +19,13 @@ stdenv.mkDerivation rec {
|
||||
HAVE_MANPATH=1
|
||||
LD_OHASH="-lutil"
|
||||
BUILD_DB=0
|
||||
CC=${stdenv.cc.targetPrefix}cc
|
||||
'';
|
||||
|
||||
patches = [
|
||||
./remove-broken-cc-check.patch
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
echo $configureLocal > configure.local
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user