about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/wdfs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-04-01 08:57:26 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-04-01 08:57:26 +0000
commit855bcdf62694f011364e1cb2c683ba1c8910c38c (patch)
tree8b3ad2fcfb7ab3ba961342bcbc1e13c93a10d322 /pkgs/tools/filesystems/wdfs
parentcc7a6e0b1d4a5e67714867f789594572e88ee9f9 (diff)
downloadnixlib-855bcdf62694f011364e1cb2c683ba1c8910c38c.tar
nixlib-855bcdf62694f011364e1cb2c683ba1c8910c38c.tar.gz
nixlib-855bcdf62694f011364e1cb2c683ba1c8910c38c.tar.bz2
nixlib-855bcdf62694f011364e1cb2c683ba1c8910c38c.tar.lz
nixlib-855bcdf62694f011364e1cb2c683ba1c8910c38c.tar.xz
nixlib-855bcdf62694f011364e1cb2c683ba1c8910c38c.tar.zst
nixlib-855bcdf62694f011364e1cb2c683ba1c8910c38c.zip
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
Diffstat (limited to 'pkgs/tools/filesystems/wdfs')
-rw-r--r--pkgs/tools/filesystems/wdfs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/wdfs/default.nix b/pkgs/tools/filesystems/wdfs/default.nix
index 8bd7101d8f2a..68d978a2a554 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];