pythonPackages.qasm2image: remove

Removed due to: prolonged breakage (at least since Jan. 2020),
inactivity on the upstream repo (no commits since November 2018),
and no longer being compatible with pythonPackages.qiskit.
This commit is contained in:
Drew Risinger
2020-12-09 16:55:19 -05:00
parent dfe13f9152
commit ef99419f47
2 changed files with 1 additions and 54 deletions
+1 -1
View File
@@ -6192,7 +6192,7 @@ in {
pyzufall = callPackage ../development/python-modules/pyzufall { };
qasm2image = callPackage ../development/python-modules/qasm2image { };
qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09
qdarkstyle = callPackage ../development/python-modules/qdarkstyle { };