fetchurl: switch to the usual curl
I verified that krb5 doesn't need yacc in lib-only build, simplifying the circular-reference cut.
This commit is contained in:
@@ -22,9 +22,10 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [ "--with-tcl=no" "--localstatedir=/var/lib"]
|
||||
++ optional stdenv.isFreeBSD ''WARN_CFLAGS=""'';
|
||||
|
||||
nativeBuildInputs = [ pkgconfig perl yacc ]
|
||||
nativeBuildInputs = [ pkgconfig perl ]
|
||||
++ optional (!libOnly) yacc
|
||||
# Provides the mig command used by the build scripts
|
||||
++ optional stdenv.isDarwin bootstrap_cmds;
|
||||
++ optional (stdenv.isDarwin && !libOnly) bootstrap_cmds;
|
||||
buildInputs = [ openssl ]
|
||||
++ optionals (!libOnly) [ openldap libedit ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user