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

View File

@ -128,5 +128,7 @@ rustPlatform.buildRustPackage rec {
license = with licenses; [ asl20 ]; license = with licenses; [ asl20 ];
maintainers = with maintainers; [ elliot ]; maintainers = with maintainers; [ elliot ];
mainProgram = "lapce"; mainProgram = "lapce";
# Undefined symbols for architecture x86_64: "_NSPasteboardTypeFileURL"
broken = stdenv.isDarwin && stdenv.isx86_64;
}; };
} }