Unverified Commit 12a78084 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

f3d: mark broken on x86_64-darwin (#345880)

parents f7dd1161 15a698ae
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;
  };
}