mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
teleport: prepare for structuredAttrs by moving OPENSSL_NO_VENDOR into env
This commit is contained in:
parent
6ac6ad6a30
commit
59ad746c57
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ let
|
|||
# buildRustPackage sets strictDeps = true;
|
||||
nativeCheckInputs = finalAttrs.buildInputs;
|
||||
|
||||
OPENSSL_NO_VENDOR = "1";
|
||||
env.OPENSSL_NO_VENDOR = "1";
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/include
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue