vte: supports darwin

This commit is contained in:
Matthew Bauer
2017-04-23 18:08:20 -05:00
parent e75fde66e9
commit 6d9ca46317
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
preConfigure = "patchShebangs ."; preConfigure = "patchShebangs .";
configureFlags = [ "--enable-introspection" ]; configureFlags = [ "--enable-introspection" "--disable-Bsymbolic" ];
enableParallelBuilding = true; enableParallelBuilding = true;
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
''; '';
license = licenses.lgpl2; license = licenses.lgpl2;
maintainers = with maintainers; [ astsmtl antono lethalman ]; maintainers = with maintainers; [ astsmtl antono lethalman ];
platforms = platforms.linux; platforms = platforms.linux ++ platforms.darwin;
}; };
} }