lcalc: fix clang-19 build (#370176)

This commit is contained in:
Mauricio Collares
2025-01-02 13:51:10 +01:00
committed by GitHub
+8
View File
@@ -19,6 +19,14 @@ stdenv.mkDerivation rec {
hash = "sha256-RxWZ7T0I9zV7jUVnL6jV/PxEoU32KY7Q1UsOL5Lonuc=";
};
# workaround for vendored GCC 3.5 <complex>
# https://gitlab.com/sagemath/lcalc/-/issues/16
env.NIX_CFLAGS_COMPILE = toString [
"-D_GLIBCXX_COMPLEX"
"-D_LIBCPP_COMPLEX"
"-D_LIBCPP___FWD_COMPLEX_H"
];
nativeBuildInputs = [
autoreconfHook
gengetopt