Loading pkgs/applications/editors/jetbrains/ides/idea.nix +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ mkJetBrainsProduct { ''--set M2 "${maven}/maven/bin"'' ]; buildInputs = [ buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ lldb musl ]; Loading pkgs/applications/editors/jetbrains/ides/phpstorm.nix +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ mkJetBrainsProduct { src = fetchurl (urls.${system} or (throw "Unsupported system: ${system}")); buildInputs = [ buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ musl ]; Loading pkgs/applications/editors/jetbrains/ides/pycharm.nix +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ in src = fetchurl (urls.${system} or (throw "Unsupported system: ${system}")); buildInputs = [ buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ musl ]; Loading pkgs/applications/editors/jetbrains/ides/rider.nix +15 −14 Original line number Diff line number Diff line Loading @@ -57,13 +57,14 @@ in src = fetchurl (urls.${system} or (throw "Unsupported system: ${system}")); buildInputs = [ # TODO: Some of these dependencies should probably also be added on Darwin - however it seems that JetBrains bundles them all? Unclear. # Somebody with a Darwin machine should investigate this. buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ openssl libxcrypt lttng-ust_2_12 musl ] ++ lib.optionals stdenv.hostPlatform.isLinux [ libxcb-keysyms ] ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch) [ Loading pkgs/applications/editors/jetbrains/ides/ruby-mine.nix +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ mkJetBrainsProduct { src = fetchurl (urls.${system} or (throw "Unsupported system: ${system}")); buildInputs = [ buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ musl ]; Loading Loading
pkgs/applications/editors/jetbrains/ides/idea.nix +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ mkJetBrainsProduct { ''--set M2 "${maven}/maven/bin"'' ]; buildInputs = [ buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ lldb musl ]; Loading
pkgs/applications/editors/jetbrains/ides/phpstorm.nix +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ mkJetBrainsProduct { src = fetchurl (urls.${system} or (throw "Unsupported system: ${system}")); buildInputs = [ buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ musl ]; Loading
pkgs/applications/editors/jetbrains/ides/pycharm.nix +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ in src = fetchurl (urls.${system} or (throw "Unsupported system: ${system}")); buildInputs = [ buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ musl ]; Loading
pkgs/applications/editors/jetbrains/ides/rider.nix +15 −14 Original line number Diff line number Diff line Loading @@ -57,13 +57,14 @@ in src = fetchurl (urls.${system} or (throw "Unsupported system: ${system}")); buildInputs = [ # TODO: Some of these dependencies should probably also be added on Darwin - however it seems that JetBrains bundles them all? Unclear. # Somebody with a Darwin machine should investigate this. buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ openssl libxcrypt lttng-ust_2_12 musl ] ++ lib.optionals stdenv.hostPlatform.isLinux [ libxcb-keysyms ] ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch) [ Loading
pkgs/applications/editors/jetbrains/ides/ruby-mine.nix +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ mkJetBrainsProduct { src = fetchurl (urls.${system} or (throw "Unsupported system: ${system}")); buildInputs = [ buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ musl ]; Loading