ghostie: mark broken on x86_64-darwin

This commit is contained in:
figsoda 2022-12-31 11:29:06 -05:00
parent 76c6349c9a
commit c653df7559

View File

@ -45,6 +45,7 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/attriaayush/ghostie/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ matthiasbeyer ];
broken = stdenv.isx86_64 && stdenv.isDarwin;
};
}