From 855bcdf62694f011364e1cb2c683ba1c8910c38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Thu, 1 Apr 2010 08:57:26 +0000 Subject: [PATCH] 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 --- pkgs/tools/filesystems/wdfs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/filesystems/wdfs/default.nix b/pkgs/tools/filesystems/wdfs/default.nix index 8bd7101d8f2..68d978a2a55 100644 --- a/pkgs/tools/filesystems/wdfs/default.nix +++ b/pkgs/tools/filesystems/wdfs/default.nix @@ -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];