Make sure we use the liburing of the platform we're building for
Signed-off-by: morguldir <morguldir@protonmail.com>
This commit is contained in:
parent
70047ff26d
commit
8ba9b33a95
2 changed files with 13 additions and 10 deletions
|
@ -42,12 +42,6 @@
|
|||
(builtins.fromJSON (builtins.readFile ./flake.lock))
|
||||
.nodes.rocksdb.original.ref;
|
||||
});
|
||||
# liburing's configure file is handwritten so the default assumptions don't apply
|
||||
liburing = pkgs.liburing.overrideAttrs {
|
||||
dontAddStaticConfigureFlags = true;
|
||||
dontDisableStatic = true;
|
||||
configureFlags = [];
|
||||
};
|
||||
});
|
||||
|
||||
scopeHost = mkScope pkgsHost;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue