Fix non-chrooted (stdenv-native) builds that have man on path enabling

building of built-in manual, while chrooted builds (hydra) will not…
This commit is contained in:
Danny Wilson 2014-08-23 04:26:04 +02:00 committed by Danny Wilson
parent 15c676fd30
commit e9d6da77cd

View file

@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
'';
configureFlags = [
"--disable-manual"
( if sslSupport then "--with-ssl=${openssl}" else "--without-ssl" )
( if scpSupport then "--with-libssh2=${libssh2}" else "--without-libssh2" )
( if ldapSupport then "--enable-ldap" else "--disable-ldap" )