Hi all,

The following package seems to work ok for installing wdfs (fuse webdav filesystem). It's the first package I've made as well as the first time I've used wdfs. Any feedback appreciated:

{stdenv, fetchurl, glib, neon, fuse, pkgconfig}:

stdenv.mkDerivation {
  name = "wdfs-fuse-1.4.2";
  src = fetchurl {
    url = http://noedler.de/projekte/wdfs/wdfs-1.4.2.tar.gz;
sha256 = "fcf2e1584568b07c7f3683a983a9be26fae6534b8109e09167e5dff9114ba2e5";
  };
  buildInputs = [fuse glib neon pkgconfig];
  meta = {
    homepage = http://noedler.de/projekte/wdfs/;
description = "wdfs is a webdav filesystem that makes it possible to mount a webdav share";
  };
}

Regards,

Andrew
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to