alacritty: fix build on aarch64

Fixes #153304
This commit is contained in:
Naïm Favier 2022-01-23 13:31:54 +01:00
parent 8f37775234
commit 5947b9e974
No known key found for this signature in database
GPG key ID: 49B07322580B7EE2

View file

@ -93,6 +93,8 @@ rustPlatform.buildRustPackage rec {
--replace xdg-open ${xdg-utils}/bin/xdg-open
'';
checkFlags = [ "--skip=term::test::mock_term" ]; # broken on aarch64
postInstall = (
if stdenv.isDarwin then ''
mkdir $out/Applications