mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
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:
parent
f90b297ea1
commit
e4455ea7c1
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user