Unverified Commit d6d4d47b authored by Malo Bourgon's avatar Malo Bourgon
Browse files

python312Packages.f3d: unbreak on `x86_64-darwin`

parent ef281c96
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -97,8 +97,5 @@ stdenv.mkDerivation rec {
    ];
    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;
  };
}