8 , wrapperDir ? "/run/wrappers/bin"
11 stdenv.mkDerivation (finalAttrs: {
16 url = "mirror://savannah/davfs2/davfs2-${finalAttrs.version}.tar.gz";
17 sha256 = "sha256-JR23Wic4DMoTMLG5cXAMXl3MDJDlpHYiKF8BQO3+Oi8=";
29 ./fix-sysconfdir.patch
32 src = ./0001-umount_davfs-substitute-ps-command.patch;
33 ps = "${procps}/bin/ps";
36 src = ./0002-Make-sure-that-the-setuid-wrapped-umount-is-invoked.patch;
43 "--with-neon=${lib.getLib neon}"
47 homepage = "https://savannah.nongnu.org/projects/davfs2";
48 description = "Mount WebDAV shares like a typical filesystem";
49 license = lib.licenses.gpl3Plus;
52 Web Distributed Authoring and Versioning (WebDAV), an extension to
53 the HTTP-protocol, allows authoring of resources on a remote web
54 server. davfs2 provides the ability to access such resources like
55 a typical filesystem, allowing for use by standard applications
56 with no built-in support for WebDAV.
59 platforms = lib.platforms.linux;
60 maintainers = with lib.maintainers; [ fgaz ];