grive: remove

dead and obsoleted by grive2
This commit is contained in:
Robin Gloster 2018-03-05 21:58:47 +01:00
parent 1fb08b90dd
commit fe7039b08b
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF
2 changed files with 0 additions and 33 deletions

View File

@ -1,29 +0,0 @@
{ stdenv, fetchgit, cmake, libgcrypt, json_c, curl, expat, boost, libiberty }:
stdenv.mkDerivation rec {
version = "0.3.0";
name = "grive-${version}";
src = fetchgit {
url = "https://github.com/Grive/grive.git";
rev = "51e42914f3666ee6e0bc16a4c78f60b117265c24";
sha256 = "11cqfcjl128nfg1rjvpvr9x1x2ch3kyliw4vi14n51zqp82f9ysb";
};
buildInputs = [cmake libgcrypt json_c curl expat stdenv libiberty boost];
# work around new libiberty headers, see
# http://stackoverflow.com/questions/11748035/libiberty-bfd-h-wants-config-h-now
prePatch = ''
sed -i '1i#define PACKAGE "grive"\n#define PACKAGE_VERSION "${version}"' \
libgrive/src/bfd/SymbolInfo.cc
'';
meta = {
description = "An open source (experimental) Linux client for Google Drive";
homepage = https://github.com/Grive/grive;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
};
}

View File

@ -2606,10 +2606,6 @@ with pkgs;
grin = callPackage ../tools/text/grin { };
ripgrep = callPackage ../tools/text/ripgrep { };
grive = callPackage ../tools/filesystems/grive {
json_c = json-c-0-11; # won't configure with 0.12; others are vulnerable
};
grive2 = callPackage ../tools/filesystems/grive2 { };
groff = callPackage ../tools/text/groff {