mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-21 15:33:56 +02:00
feat: initial commit
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
6fe41c9723
commit
1054e3dbe4
51 changed files with 3521 additions and 1 deletions
10
packages/libuv/default.nix
Normal file
10
packages/libuv/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ lib
|
||||
, libuv
|
||||
}:
|
||||
libuv.overrideAttrs (prevAttrs: {
|
||||
separateDebugInfo = false;
|
||||
patches = (prevAttrs.patches or [ ]) ++ [
|
||||
./no-getifaddr.patch
|
||||
./no-eventfd.patch
|
||||
];
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue