Skip to content

Commit

Permalink
Merge pull request #49359 from Mic92/verasco
Browse files Browse the repository at this point in the history
verasco: remove
  • Loading branch information
Mic92 committed Oct 30, 2018
2 parents 1d8794e + 8df0ca2 commit 6f3afd1
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 177 deletions.
97 changes: 0 additions & 97 deletions pkgs/applications/science/logic/coq/8.4.nix

This file was deleted.

11 changes: 0 additions & 11 deletions pkgs/applications/science/logic/coq/configure.patch

This file was deleted.

51 changes: 0 additions & 51 deletions pkgs/development/tools/analysis/verasco/default.nix

This file was deleted.

6 changes: 1 addition & 5 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8984,10 +8984,6 @@ with pkgs;

qcachegrind = libsForQt5.callPackage ../development/tools/analysis/qcachegrind {};

verasco = ocaml-ng.ocamlPackages_4_02.verasco.override {
coq = coq_8_4;
};

visualvm = callPackage ../development/tools/java/visualvm { };

vultr = callPackage ../development/tools/vultr { };
Expand Down Expand Up @@ -21368,7 +21364,7 @@ with pkgs;
ocamlPackages_4_05
;
}) mkCoqPackages
coq_8_4 coq_8_5 coq_8_6 coq_8_7 coq_8_8
coq_8_5 coq_8_6 coq_8_7 coq_8_8
coqPackages_8_5 coqPackages_8_6 coqPackages_8_7 coqPackages_8_8
coqPackages coq
;
Expand Down
3 changes: 0 additions & 3 deletions pkgs/top-level/coq-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ in rec {
let self = mkCoqPackages' self coq; in
filterCoqPackages coq self;

coq_8_4 = callPackage ../applications/science/logic/coq/8.4.nix {
inherit (ocamlPackages_4_02) ocaml findlib lablgtk camlp5;
};
coq_8_5 = callPackage ../applications/science/logic/coq {
ocamlPackages = ocamlPackages_4_05;
version = "8.5pl3";
Expand Down
10 changes: 0 additions & 10 deletions pkgs/top-level/ocaml-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1024,16 +1024,6 @@ let

omake_rc1 = callPackage ../development/tools/ocaml/omake/0.9.8.6-rc1.nix { };

verasco = callPackage ../development/tools/analysis/verasco ((
if system == "x86_64-linux"
then { tools = pkgs.pkgsi686Linux.stdenv.cc; }
else {}
) // {
menhir = callPackage ../development/ocaml-modules/menhir {
version = "20170712";
};
});

google-drive-ocamlfuse = callPackage ../applications/networking/google-drive-ocamlfuse { };


Expand Down

0 comments on commit 6f3afd1

Please sign in to comment.