Commit cf8099f7 authored by kilianar's avatar kilianar
Browse files

python3Packages.qiskit-aer: mark as broken on darwin

parent 1c4c4108
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
{
  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";