f3d: mark broken on x86_64-darwin (#345880)

This commit is contained in:
Peder Bergebakken Sundt 2024-10-09 17:52:24 +02:00 committed by GitHub
commit 12a7808453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,5 +80,8 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ bcdarwin pbsds ];
platforms = with platforms; unix;
mainProgram = "f3d";
# error: use of undeclared identifier 'NSMenuItem'
# adding AppKit does not solve it
broken = with stdenv.hostPlatform; isDarwin && isx86_64;
};
}