Removing ftpfuse again (which does no build since it has no --prefix option) because we have curlftpfs which does the same.

svn path=/nixpkgs/trunk/; revision=9522
This commit is contained in:
Wouter den Breejen 2007-10-25 14:50:05 +00:00
parent f90b297ea1
commit e4455ea7c1

View File

@ -1,14 +0,0 @@
{stdenv, fetchurl, pkgconfig, glib, fuse, perl}:
stdenv.mkDerivation {
name = "fuseftp-0.8";
src = fetchurl {
url = http://perl.thiesen.org/fuseftp/fuseftp-0.8.tar.gz;
sha256 = "7abc552eead7934fe1cb7c8cde3b83dd9d01c4a812db1a7d9ab8d9e0860923dc";
};
buildInputs = [pkgconfig glib fuse perl];
builder = ./builder.sh;
inherit perl;
}