mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-24 01:21:11 +00:00
python3Packages.qiskit-aer: mark as broken on darwin
(cherry picked from commit cf8099f71f)
This commit is contained in:
committed by
github-actions[bot]
parent
733b092f5b
commit
a4914abbee
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user