vte: supports darwin

This commit is contained in:
Matthew Bauer 2017-04-20 16:41:05 -05:00
parent e75fde66e9
commit 6d9ca46317
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}; };
} }