forked from mirrors/nixpkgs
Fixing the wdfs url.
I noticed wdfs works. And the older fusedav does not at all. I may remove fusedav. svn path=/nixpkgs/trunk/; revision=20899
This commit is contained in:
parent
cc7a6e0b1d
commit
855bcdf626
|
@ -4,7 +4,7 @@ stdenv.mkDerivation rec
|
|||
{
|
||||
name = "wdfs-fuse-1.4.2";
|
||||
src = fetchurl {
|
||||
url = "http://noedler.de/projekte/wdfs/${name}.tar.gz";
|
||||
url = "http://noedler.de/projekte/wdfs/wdfs-1.4.2.tar.gz";
|
||||
sha256 = "fcf2e1584568b07c7f3683a983a9be26fae6534b8109e09167e5dff9114ba2e5";
|
||||
};
|
||||
buildInputs = [fuse glib neon pkgconfig];
|
||||
|
|
Loading…
Reference in a new issue