about summary refs log tree commit diff
path: root/pkgs/applications/networking/mumble/default.nix
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2018-09-25 10:43:44 +0000
committerOrivej Desh <orivej@gmx.fr>2018-09-25 10:47:01 +0000
commita729229d19445750a313e82a74f79845041786b4 (patch)
treeb612d6ca9ab9c98fa06060a92256d9528e352079 /pkgs/applications/networking/mumble/default.nix
parent62501ed497b257f83181933f54c786d5e950ea9a (diff)
mumble: build with -std=c++11
It fails to build with its default -std=c++98 with protobuf 3.6.
Diffstat (limited to 'pkgs/applications/networking/mumble/default.nix')
-rw-r--r--pkgs/applications/networking/mumble/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mumble/default.nix b/pkgs/applications/networking/mumble/default.nix
index 8f1960b58cd8b..cda02fedfb69c 100644
--- a/pkgs/applications/networking/mumble/default.nix
+++ b/pkgs/applications/networking/mumble/default.nix
@@ -27,6 +27,7 @@ let
       ++ (overrides.buildInputs or [ ]);
 
     qmakeFlags = [
+      "CONFIG+=c++11"
       "CONFIG+=shared"
       "CONFIG+=no-g15"
       "CONFIG+=packaged"