Unverified Commit a49eb716 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

servo: mark broken (#448493)

parents 31a6b6b2 61ae5ba1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -159,6 +159,7 @@ rustPlatform.buildRustPackage {
  };

  meta = {
    broken = true; # cargo fetcher leaves invalid Cargo.toml around, which breaks mozjs-sys build
    description = "Embeddable, independent, memory-safe, modular, parallel web rendering engine";
    homepage = "https://servo.org";
    license = lib.licenses.mpl20;