Skip to content

Commit

Permalink
jetbrains.ruby-mine{7,8}: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
GauthierPLM authored and edwtjo committed Sep 20, 2017
1 parent daf8333 commit 5a6939f
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions pkgs/applications/editors/jetbrains/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -396,32 +396,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 */
Expand Down

0 comments on commit 5a6939f

Please sign in to comment.