mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
mumble: build with -std=c++11
It fails to build with its default -std=c++98 with protobuf 3.6.
This commit is contained in:
parent
62501ed497
commit
a729229d19
|
@ -27,6 +27,7 @@ let
|
|||
++ (overrides.buildInputs or [ ]);
|
||||
|
||||
qmakeFlags = [
|
||||
"CONFIG+=c++11"
|
||||
"CONFIG+=shared"
|
||||
"CONFIG+=no-g15"
|
||||
"CONFIG+=packaged"
|
||||
|
|
Loading…
Reference in a new issue