thrift builds on darwin
This commit is contained in:
parent
672654f9e9
commit
b007ae3d08
@ -35,7 +35,7 @@ stdenv.mkDerivation {
|
|||||||
description = "Library for scalable cross-language services";
|
description = "Library for scalable cross-language services";
|
||||||
homepage = http://thrift.apache.org/;
|
homepage = http://thrift.apache.org/;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = [ maintainers.bjornfor ];
|
maintainers = [ maintainers.bjornfor ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user