Merge pull request #276459 from trofi/_0verkill-pin-autoconf

_0verkill: pin to autoconf-2.69
This commit is contained in:
Mario Rodas 2023-12-28 10:44:39 -05:00 committed by GitHub
commit b2be0c31d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ lib
, gccStdenv
, fetchFromGitHub
, autoreconfHook
, autoreconfHook269
, xorgproto
, libX11
, libXpm
@ -18,7 +18,7 @@ gccStdenv.mkDerivation rec {
sha256 = "WO7PN192HhcDl6iHIbVbH7MVMi1Tl2KyQbDa9DWRO6M=";
};
nativeBuildInputs = [ autoreconfHook ];
nativeBuildInputs = [ autoreconfHook269 ];
buildInputs = [ libX11 xorgproto libXpm ];
configureFlags = [ "--with-x" ];