Merge pull request #106495 from drewrisinger/dr-pr-remove-qasm2image

pythonPackages.qasm2image: remove
This commit is contained in:
Jörg Thalheim
2020-12-11 05:23:55 +00:00
committed by GitHub
2 changed files with 1 additions and 54 deletions
+1 -1
View File
@@ -6198,7 +6198,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 { };