mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
loki-lib: compile with c++11
(cherry picked from commit 4b6301d656)
It wouldn't build otherwise.
This commit is contained in:
committed by
Vladimír Čunát
parent
77ff00ed88
commit
c2ceee505a
@@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
|
||||
make build-shared
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
"-std=c++11"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user