Commit f7c7f5d8 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

lapce: mark as broken on x86_64-darwin

parent 5767915c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -128,5 +128,7 @@ rustPlatform.buildRustPackage rec {
    license = with licenses; [ asl20 ];
    maintainers = with maintainers; [ elliot ];
    mainProgram = "lapce";
    # Undefined symbols for architecture x86_64: "_NSPasteboardTypeFileURL"
    broken = stdenv.isDarwin && stdenv.isx86_64;
  };
}