mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
fbthrift: remove with lib;
This commit is contained in:
parent
548f1f7c35
commit
9b67782a3f
@ -62,13 +62,13 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
(darwinMinVersionHook "11.0")
|
(darwinMinVersionHook "11.0")
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Facebook's branch of Apache Thrift";
|
description = "Facebook's branch of Apache Thrift";
|
||||||
mainProgram = "thrift1";
|
mainProgram = "thrift1";
|
||||||
homepage = "https://github.com/facebook/fbthrift";
|
homepage = "https://github.com/facebook/fbthrift";
|
||||||
license = licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
platforms = platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = with maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
pierreis
|
pierreis
|
||||||
kylesferrazza
|
kylesferrazza
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user