summary refs log tree commit diff
path: root/pkgs/applications/editors/idea/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/idea/common.nix')
-rw-r--r--pkgs/applications/editors/idea/common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/idea/common.nix b/pkgs/applications/editors/idea/common.nix
index 979a374701f..fbe6210a39b 100644
--- a/pkgs/applications/editors/idea/common.nix
+++ b/pkgs/applications/editors/idea/common.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl, makeDesktopItem, makeWrapper, patchelf, p7zip
-, coreutils, gnugrep, which, git, python, unzip, androidsdk }:
+, coreutils, gnugrep, which, git, python, unzip, jdk }:
 
-{ name, product, version, build, src, meta, jdk } @ attrs:
+{ name, product, version, build, src, meta } @ attrs:
 
 with stdenv.lib;