Rename 'idea_community_1313' attribute to 'idea_community', i.e. drop the

version number so that it's possible to refer to some "default version of the
package" without knowing what version number that actually is.

The same applies to idea_ultimate_1313.
This commit is contained in:
Peter Simons 2014-07-09 11:36:45 +02:00
parent d05a86a1de
commit d4fa3e2e54
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ let
in {
idea_community_1313 = buildIdea rec {
idea_community = buildIdea rec {
name = "idea-community-${version}";
version = "13.1.3";
build = "IC-135.909";
@ -76,7 +76,7 @@ in {
};
};
idea_ultimate_1313 = buildIdea rec {
idea_ultimate = buildIdea rec {
name = "idea-ultimate-${version}";
version = "13.1.3";
build = "IU-135.909";