Vladimír Čunát 2024-01-22 18:19:10 +01:00
parent dd2399ded7
commit 9fd4379ed1
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -58,6 +58,9 @@ stdenv.mkDerivation rec {
cmake/Modules/FindOpenSSL_EP.cmake
'';
# upstream will hopefully fix this in some newer release
env.CXXFLAGS = "-include random";
# (bundled) blosc headers have a warning on some archs that it will be using
# unaccelerated routines.
cmakeFlags = [