Skip to content

Commit

Permalink
ci: mark sv-lang as broken on aarch64 darwin as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nbdd0121 authored and HU90m committed Oct 2, 2024
1 parent fa04c98 commit 764a760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/sv-lang.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ in
license = licenses.mit;
maintainers = with maintainers; [sharzy];
mainProgram = "slang";
broken = stdenv.system == "x86_64-darwin";
broken = stdenv.isDarwin;
platforms = platforms.all;
};
}

0 comments on commit 764a760

Please sign in to comment.