mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
overrides: opencv-python-headless
Fix that opencv-python-headless tries to override opencv-python.
This commit is contained in:
parent
f18984f99c
commit
5190cf359e
1 changed files with 1 additions and 1 deletions
|
@ -1386,7 +1386,7 @@ lib.composeManyExtensions [
|
|||
|
||||
opencv-python = super.opencv-python.overridePythonAttrs self._opencv-python-override;
|
||||
|
||||
opencv-python-headless = super.opencv-python.overridePythonAttrs self._opencv-python-override;
|
||||
opencv-python-headless = super.opencv-python-headless.overridePythonAttrs self._opencv-python-override;
|
||||
|
||||
opencv-contrib-python = super.opencv-contrib-python.overridePythonAttrs self._opencv-python-override;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue