python3Packages.qiskit-aer: mark as broken on darwin

(cherry picked from commit cf8099f71f)
This commit is contained in:
kilianar
2025-11-27 11:31:07 +01:00
committed by github-actions[bot]
parent 733b092f5b
commit a4914abbee

View File

@@ -1,6 +1,6 @@
{
lib,
pythonOlder,
stdenv,
buildPythonPackage,
fetchFromGitHub,
blas,
@@ -76,6 +76,8 @@ buildPythonPackage rec {
meta = {
description = "High performance simulators for Qiskit";
# broken on darwin for unknown reasons
broken = stdenv.isDarwin;
homepage = "https://qiskit.github.io/qiskit-aer/";
downloadPage = "https://github.com/QISKit/qiskit-aer/releases";
changelog = "https://qiskit.github.io/qiskit-aer/release_notes.html";