lapce: mark as broken on x86_64-darwin

This commit is contained in:
Gaetan Lepage 2024-04-26 10:35:58 +02:00
parent 5767915c46
commit f7c7f5d86c
1 changed files with 2 additions and 0 deletions

View File

@ -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;
};
}