We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7dd116 + 15a698a commit 12a7808Copy full SHA for 12a7808
pkgs/applications/graphics/f3d/default.nix
@@ -80,5 +80,8 @@ stdenv.mkDerivation rec {
80
maintainers = with maintainers; [ bcdarwin pbsds ];
81
platforms = with platforms; unix;
82
mainProgram = "f3d";
83
+ # error: use of undeclared identifier 'NSMenuItem'
84
+ # adding AppKit does not solve it
85
+ broken = with stdenv.hostPlatform; isDarwin && isx86_64;
86
};
87
}
0 commit comments