- Use previous version of neon library.
- Add patch to find ISDIR macros.

svn path=/nixpkgs/trunk/; revision=26865
This commit is contained in:
Nicolas Pierron
2011-04-17 08:27:29 +00:00
parent 2cab2ce885
commit fec06f7196
3 changed files with 32 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [ neon zlib ];
patches = [ ./davfs2-install.patch ];
patches = [ ./davfs2-install.patch ./isdir.patch ];
meta = {
longDescription = "Web Distributed Authoring and Versioning (WebDAV), an extension to the HTTP-protocol, allows authoring of resources on a remote web server. davfs2 provides the ability to access such resources like a typical filesystem, allowing for use by standard applications with no built-in support for WebDAV.";