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
commit 8baeb06010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.