gss: fix Darwin build by pinning autoconf269 (#511361)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchzip,
|
||||
autoconf,
|
||||
autoconf269,
|
||||
automake,
|
||||
gengetopt,
|
||||
gettext,
|
||||
@@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoconf
|
||||
autoconf269
|
||||
automake
|
||||
gengetopt
|
||||
gettext
|
||||
|
||||
Reference in New Issue
Block a user