mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +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
|
# cirq's importlib hook doesn't work here
|
||||||
#pythonImportsCheck = [ "cirq_rigetti" ];
|
#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