Commit e9fbf030 authored by Kirill Radzikhovskyy's avatar Kirill Radzikhovskyy
Browse files

jetbrains.rider: fix build on aarch64-linux

parent 6b16af1f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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) ''
        (