disable openexr tests
This commit is contained in:
parent
f2cbf586b1
commit
2d08ed4d75
1 changed files with 4 additions and 0 deletions
|
@ -42,4 +42,8 @@ in {
|
|||
doCheck = false;
|
||||
doInstallCheck = false;
|
||||
});
|
||||
openexr = prev.openexr.overrideAttrs (_: {
|
||||
doCheck = false;
|
||||
doInstallCheck = false;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue