fixing linker with ssl

This commit is contained in:
Chris Cochrun 2024-01-25 10:39:58 -06:00
parent 9eb028b9aa
commit fc1a8cd945
2 changed files with 4 additions and 1 deletions

View file

@ -19,6 +19,8 @@ mkShell rec {
libsForQt5.wrapQtAppsHook
makeWrapper
openssl.dev
openssl.out
clang-tools
clang
@ -68,7 +70,6 @@ mkShell rec {
LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";
CMAKE_C_COMPILER = "${gcc}/bin/gcc";
CMAKE_CXX_COMPILER = "${gcc}/bin/g++";
CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG = true;
# QT_SCALE_FACTOR = 1;
# QT_PLUGIN_PATH="${QT_PLUGIN_PATH/':''/nix/store/85jx8w2nh1ln4kb0hf3dc6ky0dh6ri24-lightly-qt-0.4.1/lib/qt-5.15.9/plugins'':'/':'}"