Fix redlib override
This commit is contained in:
parent
19143134bf
commit
7fe6c24a73
1 changed files with 9 additions and 9 deletions
|
|
@ -16,15 +16,15 @@
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
src = inputs.redlib;
|
src = inputs.redlib;
|
||||||
|
|
||||||
env = oldAttrs.env // {
|
nativeBuildInputs =
|
||||||
BORING_BSSL_INCLUDE_PATH = pkgs.boringssl.dev + "/include";
|
(oldAttrs.nativeBuildInputs or [ ])
|
||||||
BORING_BSSL_PATH = pkgs.boringssl;
|
++ (with pkgs; [
|
||||||
RUSTFLAGS = "-L ${pkgs.boringssl}/lib";
|
cmake
|
||||||
};
|
go
|
||||||
|
perl
|
||||||
nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [
|
git
|
||||||
pkgs.rustPlatform.bindgenHook
|
rustPlatform.bindgenHook
|
||||||
];
|
]);
|
||||||
|
|
||||||
cargoDeps = pkgs.rustPlatform.fetchCargoVendor {
|
cargoDeps = pkgs.rustPlatform.fetchCargoVendor {
|
||||||
inherit src;
|
inherit src;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue