libctemplate: remove 2.2

This commit is contained in:
Samuel Leathers 2017-09-04 09:14:57 -04:00
parent 97935829f6
commit 896f0daa1a
2 changed files with 0 additions and 25 deletions

View File

@ -1,23 +0,0 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
pname = "ctemplate";
version = "2.2";
name = "${pname}-${version}";
src = fetchurl {
url = "http://ctemplate.googlecode.com/files/${name}.tar.gz";
sha256 = "0vv8gvyndppm9m5s1i5k0jvwcz41l1vfgg04r7nssdpzyz0cpwq4";
};
meta = {
description = "A simple but powerful template language for C++";
longDescription = ''
CTemplate is a simple but powerful template language for C++. It
emphasizes separating logic from presentation: it is impossible to
embed application logic in this template language. '';
homepage = http://code.google.com/p/google-ctemplate/;
license = "bsd";
platforms = stdenv.lib.platforms.unix;
};
}

View File

@ -8702,8 +8702,6 @@ with pkgs;
libctemplate = callPackage ../development/libraries/libctemplate { };
libctemplate_2_2 = callPackage ../development/libraries/libctemplate/2.2.nix { };
libcouchbase = callPackage ../development/libraries/libcouchbase { };
libcue = callPackage ../development/libraries/libcue { };