coqPackages_8_4.coqeal: remove

This commit is contained in:
Vincent Laporte 2017-12-02 08:42:29 +00:00
parent 7a12b3de44
commit 5add451ee3
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F
2 changed files with 0 additions and 34 deletions

View file

@ -1,33 +0,0 @@
{ stdenv, fetchgit, coq, mathcomp }:
stdenv.mkDerivation rec {
name = "coq-coqeal-${coq.coq-version}-${version}";
version = "7522037d";
src = fetchgit {
url = git://github.com/CoqEAL/CoqEAL.git;
rev = "7522037d5e01e651e705d782f4f91fc68c46866e";
sha256 = "0kbnsrycd0hjni311i8xc5xinn4ia8rnqi328sdfqzvvyky37fgj";
};
propagatedBuildInputs = [ mathcomp ];
preConfigure = ''
cd theory
patch ./Make <<EOF
0a1
> -R . CoqEAL
EOF
'';
installFlags = "COQLIB=$(out)/lib/coq/${coq.coq-version}/";
meta = with stdenv.lib; {
homepage = http://www.maximedenes.fr/content/coqeal-coq-effective-algebra-library;
description = "A Coq library for effective algebra, by which is meant formally verified computer algebra algorithms that can be run inside Coq on concrete inputs";
maintainers = with maintainers; [ jwiegley ];
platforms = coq.meta.platforms;
};
}

View file

@ -18806,7 +18806,6 @@ with pkgs;
in
recurseIntoAttrs contribs;
coqeal = callPackage ../development/coq-modules/coqeal {};
coquelicot = callPackage ../development/coq-modules/coquelicot {};
domains = callPackage ../development/coq-modules/domains {};
fiat = callPackage ../development/coq-modules/fiat {};