about summary refs log tree commit diff
path: root/pkgs/applications/editors/jetbrains
diff options
context:
space:
mode:
authorGauthier POGAM--LE MONTAGNER <kendos.kenlen@gmail.com>2017-02-22 17:27:15 +0100
committerEdward Tjörnhammar <ed@cflags.cc>2017-09-20 10:46:18 +0200
commit88de0e44f68a70e9d61cb834f01a3062db754249 (patch)
tree4fc3c5b4ce4f03cc8da0b63e2633e9920f481d11 /pkgs/applications/editors/jetbrains
parent352855e77818202f279e77664457f0d80d1e90cb (diff)
downloadnixlib-88de0e44f68a70e9d61cb834f01a3062db754249.tar
nixlib-88de0e44f68a70e9d61cb834f01a3062db754249.tar.gz
nixlib-88de0e44f68a70e9d61cb834f01a3062db754249.tar.bz2
nixlib-88de0e44f68a70e9d61cb834f01a3062db754249.tar.lz
nixlib-88de0e44f68a70e9d61cb834f01a3062db754249.tar.xz
nixlib-88de0e44f68a70e9d61cb834f01a3062db754249.tar.zst
nixlib-88de0e44f68a70e9d61cb834f01a3062db754249.zip
jetbrains.idea{14,15}-{community,ultimate}: remove
Diffstat (limited to 'pkgs/applications/editors/jetbrains')
-rw-r--r--pkgs/applications/editors/jetbrains/default.nix39
1 files changed, 0 insertions, 39 deletions
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix
index 1c7aebbd0b6a..738a0769c6cd 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -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 */