Change the name of the coq derivation to coq-devel-8.3pre1

i.e., remove the version from the name.  Nix has its own mechanism to
prevent a packages to be upgraded.  Instead we distinguish development
version (coq-dev-VERSION) from stable versions (coq-VERSION).

Also remove derivation for coq-8.3-beta0-1 which is now superseded by
coq-devel-8.3pre1.


svn path=/nixpkgs/trunk/; revision=23813
This commit is contained in:
Marco Maggesi
2010-09-15 19:39:48 +00:00
parent 139de1ea2f
commit 44f2d4439f
4 changed files with 3 additions and 80 deletions

View File

@@ -6675,11 +6675,7 @@ let
camlp5 = camlp5_transitional;
};
coq8_3 = callPackage ../applications/science/logic/coq/8.3rc1.nix {
camlp5 = camlp5_transitional;
};
coq_beta = callPackage ../applications/science/logic/coq/beta.nix {
coq_devel = callPackage ../applications/science/logic/coq/8.3rc1.nix {
camlp5 = camlp5_transitional;
};