f3d: mark broken on x86_64-darwin

This commit is contained in:
Peder Bergebakken Sundt 2024-10-02 08:58:54 +02:00
parent 6e0ee3db21
commit 15a698aebf

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