Commit 0083a711 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

davfs2: pin autoconf at 2.69

Fixes #512953

> aclocal: error: couldn't open directory 'm4': No such file or directory
parent ed684dcc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  stdenv,
  fetchurl,
  autoreconfHook,
  autoreconfHook269,
  neon,
  procps,
  replaceVars,
@@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
  };

  nativeBuildInputs = [
    autoreconfHook
    autoreconfHook269
  ];

  buildInputs = [