mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
fix: various issues with continuwuity build
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
rustPlatform,
|
rustPlatform,
|
||||||
liburing,
|
liburing,
|
||||||
stdenv,
|
stdenv,
|
||||||
cargoExtraArgs ? [ ],
|
cargoExtraArgs ? "",
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
# see https://crane.dev/API.html#cranelibfiltercargosources
|
# see https://crane.dev/API.html#cranelibfiltercargosources
|
||||||
@@ -32,7 +32,7 @@ let
|
|||||||
pkg-config
|
pkg-config
|
||||||
rustPlatform.bindgenHook
|
rustPlatform.bindgenHook
|
||||||
];
|
];
|
||||||
buildInputs = lib.optionals stdenv.hostPlatform.isLinux liburing;
|
buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ liburing ];
|
||||||
env = {
|
env = {
|
||||||
ROCKSDB_INCLUDE_DIR = "${rocksdb}/include";
|
ROCKSDB_INCLUDE_DIR = "${rocksdb}/include";
|
||||||
ROCKSDB_LIB_DIR = "${rocksdb}/lib";
|
ROCKSDB_LIB_DIR = "${rocksdb}/lib";
|
||||||
|
|||||||
Reference in New Issue
Block a user