mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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:
parent
15c676fd30
commit
e9d6da77cd
1 changed files with 1 additions and 0 deletions
|
@ -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" )
|
||||
|
|
Loading…
Reference in a new issue