loki-lib: compile with c++11

(cherry picked from commit 4b6301d656)
It wouldn't build otherwise.
This commit is contained in:
André Vitor de Lima Matos
2022-05-15 08:10:54 -03:00
committed by Vladimír Čunát
parent 77ff00ed88
commit c2ceee505a

View File

@@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
make build-shared
'';
NIX_CFLAGS_COMPILE = [
"-std=c++11"
];
enableParallelBuilding = true;
meta = with lib; {