Unverified Commit 7edc3b60 authored by Gavin John's avatar Gavin John
Browse files

python312Packages.kaleido: mark as broken on darwin

parent 6c986763
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -112,5 +112,6 @@ buildPythonPackage rec {
    sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; # Trust me, I'm not happy. But after literal hours of trying to reverse-engineer their build system and getting nowhere, I'll use the stupid binaries >:(
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ pandapip1 ];
    broken = stdenv.isDarwin; # Tests fail on darwin for some reason
  };
}