Merge pull request #281479 from kirillrdy/rider

jetbrains.rider: fix build on aarch64-linux
This commit is contained in:
éclairevoyant 2024-04-03 12:32:52 -04:00 committed by GitHub
commit d9b2bc7827
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) ''
(