summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorGauthier POGAM--LE MONTAGNER <kendos.kenlen@gmail.com>2017-02-22 16:26:17 +0100
committerEdward Tjörnhammar <ed@cflags.cc>2017-09-20 10:46:17 +0200
commit5a6939fefb880ccc50563efa5755069072574405 (patch)
tree3f7d7456e84ed5f2d0ebbfc902cd7536414a9a8b /pkgs
parentdaf833316a3cfa2fe9bb41bd12b78fdedc45be4d (diff)
downloadnixpkgs-5a6939fefb880ccc50563efa5755069072574405.tar
nixpkgs-5a6939fefb880ccc50563efa5755069072574405.tar.gz
nixpkgs-5a6939fefb880ccc50563efa5755069072574405.tar.bz2
nixpkgs-5a6939fefb880ccc50563efa5755069072574405.tar.lz
nixpkgs-5a6939fefb880ccc50563efa5755069072574405.tar.xz
nixpkgs-5a6939fefb880ccc50563efa5755069072574405.tar.zst
nixpkgs-5a6939fefb880ccc50563efa5755069072574405.zip
jetbrains.ruby-mine{7,8}: remove
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/jetbrains/default.nix26
1 files changed, 0 insertions, 26 deletions
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix
index 95f3c0801d2..8c1d4ada556 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -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 */