mandoc: fix cc detection

This commit is contained in:
Jörg Thalheim
2018-08-27 08:21:43 +01:00
parent a28dc898a5
commit df4696cf2d
2 changed files with 16 additions and 0 deletions
+5
View File
@@ -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
'';