Commit c653df75 authored by figsoda's avatar figsoda
Browse files

ghostie: mark broken on x86_64-darwin

parent 76c6349c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };
}