1
0
mirror of synced 2025-01-10 15:56:03 +00:00

Just use openssl.dev, no binaries (#677)

This commit is contained in:
Daniel Sanchez 2024-07-23 10:32:16 +00:00 committed by GitHub
parent 50f3078e6a
commit fc815069a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ pkgs.mkShell {
rust-bin.stable."1.79.0".default
clang_14
llvmPackages_14.libclang
openssl
openssl.dev
];
shellHook = ''
export LIBCLANG_PATH="${pkgs.llvmPackages_14.libclang.lib}/lib";