about summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse
diff options
context:
space:
mode:
authormohe2015 <Moritz.Hedtke@t-online.de>2020-12-20 16:13:31 +0100
committerRobert Helgesson <robert@rycee.net>2020-12-20 19:25:29 +0100
commit56b0eb0c6fe0749f7c5f8a45d66683b5f8fceae0 (patch)
treed68c3f2e1f3d686625d68f286ae7ab01051f1e84 /pkgs/applications/editors/eclipse
parent66a14b3e23b7faf14ec668e04d922f7df37122ff (diff)
downloadnixlib-56b0eb0c6fe0749f7c5f8a45d66683b5f8fceae0.tar
nixlib-56b0eb0c6fe0749f7c5f8a45d66683b5f8fceae0.tar.gz
nixlib-56b0eb0c6fe0749f7c5f8a45d66683b5f8fceae0.tar.bz2
nixlib-56b0eb0c6fe0749f7c5f8a45d66683b5f8fceae0.tar.lz
nixlib-56b0eb0c6fe0749f7c5f8a45d66683b5f8fceae0.tar.xz
nixlib-56b0eb0c6fe0749f7c5f8a45d66683b5f8fceae0.tar.zst
nixlib-56b0eb0c6fe0749f7c5f8a45d66683b5f8fceae0.zip
eclipses.eclipse-rust: init at 2020-12
Diffstat (limited to 'pkgs/applications/editors/eclipse')
-rw-r--r--pkgs/applications/editors/eclipse/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/applications/editors/eclipse/default.nix b/pkgs/applications/editors/eclipse/default.nix
index e76983b5f8f8..586e2343cd3e 100644
--- a/pkgs/applications/editors/eclipse/default.nix
+++ b/pkgs/applications/editors/eclipse/default.nix
@@ -126,6 +126,18 @@ in rec {
       };
   };
 
+  ### Eclipse IDE for Rust Developers
+
+  eclipse-rust = buildEclipse {
+    name = "eclipse-rust-${platform_major}.${platform_minor}";
+    description = "Eclipse IDE for Rust Developers";
+    src =
+      fetchurl {
+        url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/epp/downloads/release/${year}-${month}/R/eclipse-rust-${year}-${month}-R-linux-gtk-x86_64.tar.gz";
+        sha512 = "QbaG1knCMFnVQkPeApcIamJMXPyL8zUQa0ZsTJOuTgU/fD1RiHN7/WS6ax5azzIJhpjEtj2LMU4XV+MwkzResw==";
+      };
+  };
+
   ### Environments
 
   # Function that assembles a complete Eclipse environment from an