summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorStefan Siegl <stesie@brokenpipe.de>2016-09-04 13:29:47 +0200
committerStefan Siegl <stesie@brokenpipe.de>2016-09-04 13:30:05 +0200
commit330d791d1f5e83868cc3755ea36a54b33aa8ed74 (patch)
treef467efa6e4c0b5d8cd57203770fcbf4c85474451 /pkgs/applications
parent46343d6dad0138ecfc831e0a03ab1af294dd268e (diff)
downloadnixlib-330d791d1f5e83868cc3755ea36a54b33aa8ed74.tar
nixlib-330d791d1f5e83868cc3755ea36a54b33aa8ed74.tar.gz
nixlib-330d791d1f5e83868cc3755ea36a54b33aa8ed74.tar.bz2
nixlib-330d791d1f5e83868cc3755ea36a54b33aa8ed74.tar.lz
nixlib-330d791d1f5e83868cc3755ea36a54b33aa8ed74.tar.xz
nixlib-330d791d1f5e83868cc3755ea36a54b33aa8ed74.tar.zst
nixlib-330d791d1f5e83868cc3755ea36a54b33aa8ed74.zip
idea.clion1: init at 1.2.5
(moved from idea.clion)
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/idea/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix
index e28046eeba4b..99c656d75cb3 100644
--- a/pkgs/applications/editors/idea/default.nix
+++ b/pkgs/applications/editors/idea/default.nix
@@ -130,6 +130,18 @@ in
     wmClass = "jetbrains-clion";
   };
 
+  clion1 = buildClion rec {
+    name = "clion-${version}";
+    version = "1.2.5";
+    description  = "C/C++ IDE. New. Intelligent. Cross-platform";
+    license = stdenv.lib.licenses.unfree;
+    src = fetchurl {
+      url = "https://download.jetbrains.com/cpp/${name}.tar.gz";
+      sha256 = "0ll1rcnnbd1if6x5rp3qw35lvp5zdzmvyg9n1lha89i34xiw36jp";
+    };
+    wmClass = "jetbrains-clion";
+  };
+
   idea14-community = buildIdea rec {
     name = "idea-community-${version}";
     version = "14.1.7";