Unverified Commit b2be0c31 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

_0verkill: pin to autoconf-2.69
parents d8746c1c e5a16fa9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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" ];