···214 };
215216 meta = with lib; {
0217 description = "A compiled language with Ruby like syntax and type inference";
218 homepage = "https://crystal-lang.org/";
219 license = licenses.asl20;
220 maintainers = with maintainers; [ david50407 manveru peterhoeg ];
221 platforms = let archNames = builtins.attrNames archs; in
222 if (lib.versionOlder version "1.2.0") then remove "aarch64-darwin" archNames else archNames;
223- broken = lib.versionOlder version "0.36.1" && stdenv.isDarwin;
224 };
225 })
226 );
···214 };
215216 meta = with lib; {
217+ broken = stdenv.isDarwin;
218 description = "A compiled language with Ruby like syntax and type inference";
219 homepage = "https://crystal-lang.org/";
220 license = licenses.asl20;
221 maintainers = with maintainers; [ david50407 manveru peterhoeg ];
222 platforms = let archNames = builtins.attrNames archs; in
223 if (lib.versionOlder version "1.2.0") then remove "aarch64-darwin" archNames else archNames;
0224 };
225 })
226 );
+1
pkgs/development/libraries/SDL_compat/default.nix
···43 '';
4445 meta = with lib; {
046 description = "A cross-platform multimedia library - build SDL 1.2 applications against 2.0";
47 homepage = "https://www.libsdl.org/";
48 license = licenses.zlib;
···43 '';
4445 meta = with lib; {
46+ broken = stdenv.isDarwin;
47 description = "A cross-platform multimedia library - build SDL 1.2 applications against 2.0";
48 homepage = "https://www.libsdl.org/";
49 license = licenses.zlib;
+1-2
pkgs/development/libraries/vtk/generic.nix
···101 '';
102103 meta = with lib; {
0104 description = "Open source libraries for 3D computer graphics, image processing and visualization";
105 homepage = "https://www.vtk.org/";
106 license = licenses.bsd3;
107 maintainers = with maintainers; [ knedlsepp tfmoraes lheckemann ];
108 platforms = with platforms; unix;
109- # /nix/store/xxxxxxx-apple-framework-Security/Library/Frameworks/Security.framework/Headers/Authorization.h:192:7: error: variably modified 'bytes' at file scope
110- broken = stdenv.isDarwin && (lib.versions.major majorVersion == "7" || lib.versions.major majorVersion == "8");
111 };
112}
···101 '';
102103 meta = with lib; {
104+ broken = stdenv.isDarwin;
105 description = "Open source libraries for 3D computer graphics, image processing and visualization";
106 homepage = "https://www.vtk.org/";
107 license = licenses.bsd3;
108 maintainers = with maintainers; [ knedlsepp tfmoraes lheckemann ];
109 platforms = with platforms; unix;
00110 };
111}
···30 ];
3132 meta = with lib; {
033 description = "A project for generating C bindings from Rust code";
34 homepage = "https://github.com/eqrion/cbindgen";
35 license = licenses.mpl20;
···30 ];
3132 meta = with lib; {
33+ broken = stdenv.isDarwin;
34 description = "A project for generating C bindings from Rust code";
35 homepage = "https://github.com/eqrion/cbindgen";
36 license = licenses.mpl20;