3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Gauthier POGAM--LE MONTAGNER 2017-02-22 16:26:17 +01:00 committed by Edward Tjörnhammar
parent daf833316a
commit 5a6939fefb
No known key found for this signature in database
GPG key ID: 7B82CE4A866B6845

View file

@ -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 */