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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user