Skip to content

Commit

Permalink
Merge pull request #24526 from miltador/jetbrains
Browse files Browse the repository at this point in the history
idea: numerous fixes and improvements
  • Loading branch information
Mic92 committed Apr 11, 2017
2 parents 7f8202b + 68db822 commit c84dd4f
Show file tree
Hide file tree
Showing 5 changed files with 171 additions and 103 deletions.
2 changes: 2 additions & 0 deletions nixos/doc/manual/release-notes/rl-1709.xml
Expand Up @@ -35,6 +35,8 @@ following incompatible changes:</para>
<itemizedlist>
<listitem>
<para>
Top-level <literal>idea</literal> package collection was renamed.
All JetBrains IDEs are now at <literal>jetbrains</literal>.
</para>
</listitem>
</itemizedlist>
Expand Down
Expand Up @@ -63,6 +63,10 @@ with stdenv; lib.makeOverridable mkDerivation rec {
makeWrapper "$out/$name/bin/${loName}.sh" "$out/bin/${execName}" \
--prefix PATH : "$out/libexec/${name}:${stdenv.lib.makeBinPath [ jdk coreutils gnugrep which git ]}" \
--prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [
# Some internals want libstdc++.so.6
stdenv.cc.cc.lib
]}" \
--set JDK_HOME "$jdk" \
--set ${hiName}_JDK "$jdk" \
--set ANDROID_JAVA_HOME "$jdk" \
Expand Down

0 comments on commit c84dd4f

Please sign in to comment.