mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
python312Packages.cirq-rigetti: unbreak
This commit is contained in:
parent
894bd64a4d
commit
5501004130
1 changed files with 0 additions and 5 deletions
|
@ -84,9 +84,4 @@ buildPythonPackage rec {
|
|||
|
||||
# cirq's importlib hook doesn't work here
|
||||
#pythonImportsCheck = [ "cirq_rigetti" ];
|
||||
|
||||
meta = cirq-core.meta // {
|
||||
# ModuleNotFoundError: No module named 'pyquil.parser'
|
||||
broken = lib.versionAtLeast pyquil.version "4";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue