mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-21 23:43:56 +02:00
chore: flake.lock update and libuv fix
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
6aef709945
commit
e1116e9487
3 changed files with 8 additions and 64 deletions
|
@ -2,9 +2,8 @@
|
|||
, libuv
|
||||
}:
|
||||
libuv.overrideAttrs (prevAttrs: {
|
||||
separateDebugInfo = false;
|
||||
patches = (prevAttrs.patches or [ ]) ++ [
|
||||
./no-getifaddr.patch
|
||||
./no-eventfd.patch
|
||||
];
|
||||
})
|
||||
separateDebugInfo = false;
|
||||
patches = (prevAttrs.patches or [ ]) ++ [
|
||||
./no-eventfd.patch
|
||||
];
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue