updates
This commit is contained in:
parent
6198cf14d4
commit
1506941c66
49 changed files with 1963 additions and 1822 deletions
10
overlays/monado/default.nix
Normal file
10
overlays/monado/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{...}: final: prev: {
|
||||
monado = prev.monado.overrideAttrs (old: {
|
||||
buildInputs = builtins.filter (x: x != prev.opencv) old.buildInputs;
|
||||
cmakeFlags =
|
||||
(old.cmakeFlags or [])
|
||||
++ [
|
||||
"-DBUILD_WITH_OPENCV=OFF"
|
||||
];
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue