Unverified Commit d24f0da4 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

davfs2: pull upstream patch to fix build after neon update

parent 8aee6cf4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchurl,
  fetchpatch,
  autoreconfHook,
  neon,
  procps,
@@ -36,6 +37,11 @@ stdenv.mkDerivation (finalAttrs: {
    (replaceVars ./0002-Make-sure-that-the-setuid-wrapped-umount-is-invoked.patch {
      inherit wrapperDir;
    })
    (fetchpatch {
      name = "neon-34.patch";
      url = "https://github.com/alisarctl/davfs2/commit/2693a9a2656b70a64ee851d5c22a2945d840dcbb.diff";
      hash = "sha256-KK+4cjrUrWcyY6F5otNgrZ4BojJ4NiMm/Y1zejCt4Tc=";
    })
  ];

  configureFlags = [