mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Add libusb dependency for pyrealsense2
This commit is contained in:
parent
548e7a8bcf
commit
793f8f1b16
1 changed files with 4 additions and 0 deletions
|
@ -1747,6 +1747,10 @@ lib.composeManyExtensions [
|
|||
}
|
||||
);
|
||||
|
||||
pyrealsense2 = super.pyrealsense2.overridePythonAttrs (old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.libusb1.out ];
|
||||
});
|
||||
|
||||
pyrfr = super.pyrfr.overridePythonAttrs (old: {
|
||||
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.swig ];
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue