python3Packages.qasm2image: mark broken

Reasons: Last update was Oct 2018 (no activity on GitHub since), failed
tests don't error out the build (i.e. failed build can still succeed),
and this package has not been kept updated to reflect the changing
python3Packages.qiskit API.
This commit is contained in:
Drew Risinger 2020-07-01 12:39:25 -04:00 committed by Jon
parent 8fb624ceff
commit 08df77da32
1 changed files with 1 additions and 0 deletions

View File

@ -48,5 +48,6 @@ buildPythonPackage {
maintainers = with lib.maintainers; [
pandaman
];
broken = true; # last update Oct 2018, failed tests don't error the build, and out-of-date with latest python3Packages.qiskit
};
}