mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +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 ];
|
maintainers = with maintainers; [ bcdarwin pbsds ];
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
mainProgram = "f3d";
|
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