davfs2: pull upstream patch to fix build after neon update
This commit is contained in:
parent
8aee6cf45c
commit
d24f0da4a2
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user