yafc: remove
Some things are broken and it's no longer maintained.
This commit is contained in:
parent
fd400ced6b
commit
305e3e27b6
2 changed files with 0 additions and 21 deletions
|
@ -1,19 +0,0 @@
|
|||
{stdenv, fetchurl, readline, libssh, intltool, libbsd, pkgconfig}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "yafc-1.3.6";
|
||||
src = fetchurl {
|
||||
url = "http://www.yafc-ftp.com/downloads/${name}.tar.xz";
|
||||
sha256 = "0wvrljihliggysfnzczc0s74i3ab2c1kzjjs99iqk98nxmb2b8v3";
|
||||
};
|
||||
|
||||
buildInputs = [ readline libssh intltool libbsd pkgconfig ];
|
||||
|
||||
meta = {
|
||||
description = "ftp/sftp client with readline, autocompletion and bookmarks";
|
||||
homepage = http://www.yafc-ftp.com;
|
||||
maintainers = [ stdenv.lib.maintainers.cpages ];
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
|
@ -17939,8 +17939,6 @@ in
|
|||
|
||||
yadm = callPackage ../applications/version-management/yadm { };
|
||||
|
||||
yafc = callPackage ../applications/networking/yafc { };
|
||||
|
||||
yamdi = callPackage ../tools/video/yamdi { };
|
||||
|
||||
yandex-disk = callPackage ../tools/filesystems/yandex-disk { };
|
||||
|
|
Loading…
Reference in a new issue