Merge pull request #276459 from trofi/_0verkill-pin-autoconf
_0verkill: pin to autoconf-2.69
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user