This doesn't hurt the current darwin stdenv and doesn't affect anything else, but is needed for the upcoming pure darwin stdenv
This commit is contained in:
parent
7cc575c870
commit
3caa6f4d7d
@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
|
||||
${if pam != null then "--with-pam" else "--without-pam"}
|
||||
${optionalString (etcDir != null) "--sysconfdir=${etcDir}"}
|
||||
${optionalString withKerberos "--with-kerberos5=${kerberos}"}
|
||||
${optionalString stdenv.isDarwin "--disable-libutil"}
|
||||
'';
|
||||
|
||||
preConfigure =
|
||||
|
Loading…
Reference in New Issue
Block a user