Commit 01ab931c authored by Sarah Clark's avatar Sarah Clark
Browse files

fvwm3: pin autoconf at 2.69

Build fails (on Darwin, at least) with autoconf 2.73
parent 5affd239
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{
  lib,
  asciidoctor,
  autoconf269,
  autoreconfHook,
  cairo,
  fetchFromGitHub,
@@ -40,7 +41,9 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-y1buTWO1vHzloh2e4EK1dkD0uQa7lIFUbNMkEe5x6Vo=";
  };

  # Build fails with autoconf 2.73
  nativeBuildInputs = [
    autoconf269
    autoreconfHook
    asciidoctor
    pkg-config