Skip to content

Commit

Permalink
alacritty: fix build on aarch64
Browse files Browse the repository at this point in the history
Fixes #153304
  • Loading branch information
ncfavier committed Jan 23, 2022
1 parent 8f37775 commit 5947b9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/terminal-emulators/alacritty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5947b9e

Please sign in to comment.