Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f837532664aa
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a695feff1653
Choose a head ref
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 20, 2017

  1. jetbrains.ruby-mine{7,8}: remove

    (cherry picked from commit 1487a344bc1de108cd933fa57862552535530b18)
    GauthierPLM authored and edwtjo committed Sep 20, 2017

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    globin Robin Gloster
    Copy the full SHA
    9443496 View commit details
  2. jetbrains.webstorm{10,11}: remove

    (cherry picked from commit 3287c23f8edb21ef35d6015f86131096eb5b6c4b)
    GauthierPLM authored and edwtjo committed Sep 20, 2017

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    globin Robin Gloster
    Copy the full SHA
    27bcf11 View commit details
  3. jetbrains.idea{14,15}-{community,ultimate}: remove

    (cherry picked from commit d132887ef30fcd371b0a3ee9a94c124d6ca087d5)
    GauthierPLM authored and edwtjo committed Sep 20, 2017
    Copy the full SHA
    f276d4f View commit details
  4. jetbrains.phpstorm10: remove

    (cherry picked from commit bca1c64f4afcbdb208d345ff8c322699aa4bcb38)
    GauthierPLM authored and edwtjo committed Sep 20, 2017
    Copy the full SHA
    a695fef View commit details
Showing with 0 additions and 103 deletions.
  1. +0 −103 pkgs/applications/editors/jetbrains/default.nix
103 changes: 0 additions & 103 deletions pkgs/applications/editors/jetbrains/default.nix
Original file line number Diff line number Diff line change
@@ -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 */
@@ -331,19 +292,6 @@ in
update-channel = "PS2017.2";
};

phpstorm10 = buildPhpStorm rec {
name = "phpstorm-${version}";
version = "10.0.4";
description = "Professional IDE for Web and PHP developers";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/webide/PhpStorm-${version}.tar.gz";
sha256 = "0fi042zvjpg5pn2mnhj3bbrdkl1b9vmhpf2l6ca4nr0rhjjv7dsm";
};
wmClass = "jetbrains-phpstorm";
update-channel = "WI10";
};

pycharm-community = buildPycharm rec {
name = "pycharm-community-${version}";
version = "2017.2.2"; /* updated by script */
@@ -396,32 +344,6 @@ in
update-channel = "rm2017.1";
};

ruby-mine7 = buildRubyMine rec {
name = "ruby-mine-${version}";
version = "7.1.5";
description = "The Most Intelligent Ruby and Rails IDE";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz";
sha256 = "04fcxj1xlap9mxmwf051s926p2darlj5kwl4lms2gy5d8b2lhd5l";
};
wmClass = "jetbrains-rubymine";
update-channel = null;
};

ruby-mine8 = buildRubyMine rec {
name = "ruby-mine-${version}";
version = "8.0.4";
description = "The Most Intelligent Ruby and Rails IDE";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz";
sha256 = "0hipxib7377232w1jbf8h98bmh0djkllsrq3lq0w3fdxqglma43a";
};
wmClass = "jetbrains-rubymine";
update-channel = null;
};

webstorm = buildWebStorm rec {
name = "webstorm-${version}";
version = "2017.2.2"; /* updated by script */
@@ -435,29 +357,4 @@ in
update-channel = "WS_Release";
};

webstorm10 = buildWebStorm rec {
name = "webstorm-${version}";
version = "10.0.5";
description = "Professional IDE for Web and JavaScript development";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz";
sha256 = "0a5s6f99wyql5pgjl94pf4ljdbviik3b8dbr1s6b7c6jn1gk62ic";
};
wmClass = "jetbrains-webstorm";
update-channel = null;
};

webstorm11 = buildWebStorm rec {
name = "webstorm-${version}";
version = "11.0.4";
description = "Professional IDE for Web and JavaScript development";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz";
sha256 = "17agyqdyz6naxyx6p0y240ar93gja0ypw01nm2qmfzvh7ch03r24";
};
wmClass = "jetbrains-webstorm";
update-channel = null;
};
}