coq-containers: remove

This commit is contained in:
Vincent Laporte 2014-12-02 06:59:44 +01:00 committed by Vladimír Čunát
parent bbb9c92971
commit 833800aeba
2 changed files with 0 additions and 26 deletions

View File

@ -1,24 +0,0 @@
{stdenv, fetchurl, coq}:
stdenv.mkDerivation {
name = "coq-containers-${coq.coq-version}";
src = fetchurl {
url = http://coq.inria.fr/pylons/contribs/files/Containers/v8.4/Containers.tar.gz;
sha256 = "0z7yk0g7zkniwc73ka7wwb5jjg5a2wr1krrn3akr7kn5z3gvy2mc";
};
buildInputs = [ coq.ocaml coq.camlp5 ];
propagatedBuildInputs = [ coq ];
installFlags = "COQLIB=$(out)/lib/coq/${coq.coq-version}/";
meta = with stdenv.lib; {
homepage = http://coq.inria.fr/pylons/pylons/contribs/view/Containers/v8.4;
description = "A typeclass-based Coq library of finite sets/maps";
maintainers = with maintainers; [ vbgl jwiegley ];
platforms = coq.meta.platforms;
};
}

View File

@ -12538,8 +12538,6 @@ let
bedrock = callPackage ../development/coq-modules/bedrock {};
containers = callPackage ../development/coq-modules/containers {};
coqExtLib = callPackage ../development/coq-modules/coq-ext-lib {};
coqeal = callPackage ../development/coq-modules/coqeal {};