* Latest FUSE, sshfs.
svn path=/nixpkgs/trunk/; revision=9964
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
{stdenv, fetchurl, pkgconfig, glib, fuse}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "sshfs-fuse-1.7";
|
||||
name = "sshfs-fuse-1.9";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/fuse/sshfs-fuse-1.7.tar.gz;
|
||||
md5 = "e91a2fed1da952a375798408dc6e41a0";
|
||||
url = mirror://sourceforge/fuse/sshfs-fuse-1.9.tar.gz;
|
||||
sha256 = "10ishsghdwd6a1cd36gp26qpch6z8d6wjs7aw8vs0ffnvrs4hdza";
|
||||
};
|
||||
buildInputs = [pkgconfig glib fuse];
|
||||
|
||||
meta = {
|
||||
homepage = http://fuse.sourceforge.net/sshfs.html;
|
||||
description = "FUSE-based filesystem that allows remote filesystems to be mounted over SSH";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user