chore: flake.lock update and libuv fix

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-03-13 15:18:23 +01:00
parent 6aef709945
commit e1116e9487
Signed by: harald
GPG key ID: F519A1143B3FBE32
3 changed files with 8 additions and 64 deletions

View file

@ -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
];
})