Unverified Commit 41dadef9 authored by usertam's avatar usertam
Browse files

sbclPackages.{cl-freeimage,clinch-freeimage}: mark broken on darwin

parent d0375313
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  lib,
  fetchzip,
  build-asdf-system,
  stdenv,
  ...
}:
@@ -15920,6 +15921,8 @@ lib.makeScope pkgs.newScope (self: {
      lispLibs = [ (getAttr "cffi" self) ];
      meta = {
        hydraPlatforms = [ ];
        # darwin cannot find libpango.dylib
        broken = stdenv.isDarwin;
      };
    }
  );
@@ -39537,6 +39540,8 @@ lib.makeScope pkgs.newScope (self: {
      ];
      meta = {
        hydraPlatforms = [ ];
        # darwin cannot find libpango.dylib
        broken = stdenv.isDarwin;
      };
    }
  );