pythonPackages.qiskit: Mark as broken

This commit is contained in:
Daniel Schaefer 2019-09-14 17:50:00 +02:00 committed by Robin Gloster
parent 8fd8f3a44a
commit 5c65c2e329
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -59,5 +59,7 @@ buildPythonPackage rec {
maintainers = with stdenv.lib.maintainers; [
pandaman
];
# Needs to be updated and have its new dependencies added
broken = true;
};
}