mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
mosh: fix clang build
The darwin build started to fail because of protobuf c++11 related errors https://hydra.nixos.org/build/82082958.
This commit is contained in:
parent
0a784c094f
commit
9d59281c61
@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
|
||||
wrapProgram $out/bin/mosh --prefix PERL5LIB : $PERL5LIB
|
||||
'';
|
||||
|
||||
CXXFLAGS = stdenv.lib.optionalString stdenv.cc.isClang "-std=c++11";
|
||||
|
||||
meta = {
|
||||
homepage = https://mosh.org/;
|
||||
description = "Mobile shell (ssh replacement)";
|
||||
|
Loading…
Reference in New Issue
Block a user