Skip to content

Commit 12a7808

Browse files
authored
f3d: mark broken on x86_64-darwin (#345880)
2 parents f7dd116 + 15a698a commit 12a7808

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/applications/graphics/f3d/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,8 @@ stdenv.mkDerivation rec {
8080
maintainers = with maintainers; [ bcdarwin pbsds ];
8181
platforms = with platforms; unix;
8282
mainProgram = "f3d";
83+
# error: use of undeclared identifier 'NSMenuItem'
84+
# adding AppKit does not solve it
85+
broken = with stdenv.hostPlatform; isDarwin && isx86_64;
8386
};
8487
}

0 commit comments

Comments
 (0)