Merge pull request #47541 from LnL7/darwin-mosh

mosh: fix clang build
This commit is contained in:
Jörg Thalheim
2018-09-29 23:29:18 +01:00
committed by GitHub

View File

@@ -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)";