davfs2: pull upstream patch to fix build after neon update

This commit is contained in:
Vladimír Čunát 2025-07-26 08:20:56 +02:00
parent 8aee6cf45c
commit d24f0da4a2
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

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