From a729229d19445750a313e82a74f79845041786b4 Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Tue, 25 Sep 2018 10:43:44 +0000 Subject: mumble: build with -std=c++11 It fails to build with its default -std=c++98 with protobuf 3.6. --- pkgs/applications/networking/mumble/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs') diff --git a/pkgs/applications/networking/mumble/default.nix b/pkgs/applications/networking/mumble/default.nix index 8f1960b58cd8..cda02fedfb69 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" -- cgit 1.4.1