mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
python310Packages.qiskit-aer: mark as broken
This commit is contained in:
parent
8689be5c57
commit
58db7e56d7
@ -147,7 +147,7 @@ buildPythonPackage rec {
|
||||
postCheck = "popd";
|
||||
|
||||
meta = with lib; {
|
||||
broken = (stdenv.isLinux && stdenv.isAarch64);
|
||||
broken = true;
|
||||
description = "High performance simulators for Qiskit";
|
||||
homepage = "https://qiskit.org/aer";
|
||||
downloadPage = "https://github.com/QISKit/qiskit-aer/releases";
|
||||
|
Loading…
Reference in New Issue
Block a user