Merge pull request #201896 from mweinelt/qiskit-terra-broken

This commit is contained in:
Martin Weinelt
2022-11-19 16:35:59 +01:00
committed by GitHub
@@ -193,7 +193,7 @@ buildPythonPackage rec {
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
broken = true; # tests segfault python
description = "Provides the foundations for Qiskit.";
longDescription = ''
Allows the user to write quantum circuits easily, and takes care of the constraints of real hardware.