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:
Dan Peebles 2015-02-18 01:19:59 -05:00
parent 7cc575c870
commit 3caa6f4d7d

View file

@ -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 =