Merge pull request #276459 from trofi/_0verkill-pin-autoconf
_0verkill: pin to autoconf-2.69
This commit is contained in:
commit
b2be0c31d8
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue