mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
f3d: mark broken on x86_64-darwin
This commit is contained in:
parent
6e0ee3db21
commit
15a698aebf
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user