Unverified Commit 3260679a authored by natsukium's avatar natsukium
Browse files

python311Packages.amazon-kclpy: mark as broken

amazon-kclpy requires download of jar files at build time, but we don't
know how to handle that
parent b5b9716c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,5 +45,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/awslabs/amazon-kinesis-client-python";
    license = licenses.asl20;
    maintainers = with maintainers; [ psyanticy ];
    broken = true;
  };
}