3
0
Fork 0
forked from mirrors/nixpkgs

thrift builds on darwin

This commit is contained in:
Francesco Lazzarino 2014-10-09 11:57:18 -05:00
parent 672654f9e9
commit b007ae3d08

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation {
description = "Library for scalable cross-language services";
homepage = http://thrift.apache.org/;
license = licenses.asl20;
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
maintainers = [ maintainers.bjornfor ];
};
}