Commit 15a698ae authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

f3d: mark broken on x86_64-darwin

parent 6e0ee3db
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
  };
}