mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-08 18:51:37 -05:00
Merge pull request #922 from simonkampe/overrides/opencv-python-headless
overrides: opencv-python-headless
This commit is contained in:
commit
d682cdf659
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 = 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;
|
opencv-contrib-python = super.opencv-contrib-python.overridePythonAttrs self._opencv-python-override;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue