about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-04-03 12:32:52 -0400
committerGitHub <noreply@github.com>2024-04-03 12:32:52 -0400
commitd9b2bc7827d6489ea3ca64d7c8f8cf5535ecd72d (patch)
tree6462ea71a880a54842ffcf091ce1071008c29556 /pkgs/applications/editors
parent67e2bc037137e4fdcf6b3132a4f54c165726500b (diff)
parente9fbf030d9a5945a6dd28f061fce1d3c6d30f6f1 (diff)
Merge pull request #281479 from kirillrdy/rider
jetbrains.rider: fix build on aarch64-linux
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/jetbrains/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix
index e5584575b24ac..c77f06d65c290 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -188,7 +188,12 @@ rec {
         libxcrypt
         lttng-ust_2_12
         musl
+      ]++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [
+        expat
+        libxml2
+        xz
       ];
+
     }).overrideAttrs (attrs: {
       postInstall = (attrs.postInstall or "") + lib.optionalString (stdenv.isLinux) ''
         (