jetbrains.idea{14,15}-{community,ultimate}: remove

This commit is contained in:
Gauthier POGAM--LE MONTAGNER 2017-02-22 17:27:15 +01:00 committed by Edward Tjörnhammar
parent 352855e778
commit 88de0e44f6
No known key found for this signature in database
GPG key ID: 7B82CE4A866B6845

View file

@ -253,19 +253,6 @@ in
update-channel = "gogland_1.0_EAP";
};
idea14-community = buildIdea rec {
name = "idea-community-${version}";
version = "14.1.7";
description = "Integrated Development Environment (IDE) by Jetbrains, community edition";
license = stdenv.lib.licenses.asl20;
src = fetchurl {
url = "https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz";
sha256 = "1i4mdjm9dd6zvxlpdgd3bqg45ir0cfc9hl55cdc0hg5qwbz683fz";
};
wmClass = "jetbrains-idea-ce";
update-channel = "IDEA14.1";
};
idea-community = buildIdea rec {
name = "idea-community-${version}";
version = "2017.2.2"; /* updated by script */
@ -279,32 +266,6 @@ in
update-channel = "IDEA_Release";
};
idea14-ultimate = buildIdea rec {
name = "idea-ultimate-${version}";
version = "14.1.7";
description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz";
sha256 = "1hhga1i2zbsipgq283gn19kv9n94inhr1bxh2yx19gz7yr4r49d2";
};
wmClass = "jetbrains-idea";
update-channel = "IDEA14.1";
};
idea15-ultimate = buildIdea rec {
name = "idea-ultimate-${version}";
version = "15.0.6";
description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz";
sha256 = "012aap2qn0jx4x34bdv9ivrsr86vvf683srb5vpj27hc4l6rw6ll";
};
wmClass = "jetbrains-idea";
update-channel = null;
};
idea-ultimate = buildIdea rec {
name = "idea-ultimate-${version}";
version = "2017.2.2"; /* updated by script */