-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
fbthrift: init at 2019.06.10.00 #63097
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Referencing maintainers for updated dependencies: @abbradar (Folly) |
Please split commits into separate ones for different derivations. |
Comments have all been fixed. |
Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:
|
I marked this as stale due to inactivity. → More info |
@pierreis do you still want this to get in? now |
abstractions for building services in a consistent, modular, and | ||
composable way. | ||
''; | ||
homepage = https://github.com/facebook/wangle; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
homepage = https://github.com/facebook/wangle; | |
homepage = "https://github.com/facebook/wangle"; |
openssl | ||
]; | ||
|
||
meta = with stdenv.lib; { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
meta = with stdenv.lib; { | |
meta = with lib; { |
double-conversion | ||
fizz | ||
folly | ||
gtest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this a checkInput?
openssl | ||
]; | ||
|
||
meta = with stdenv.lib; { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
meta = with stdenv.lib; { | |
meta = with lib; { |
|
||
meta = with stdenv.lib; { | ||
description = "C++ implementation of RSocket"; | ||
homepage = https://github.com/rsocket/rsocket-cpp; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
homepage = https://github.com/rsocket/rsocket-cpp; | |
homepage = "https://github.com/rsocket/rsocket-cpp"; |
|
||
meta = with stdenv.lib; { | ||
description = "Facebook's branch of Apache Thrift"; | ||
homepage = https://github.com/facebook/fbthrift; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
homepage = https://github.com/facebook/fbthrift; | |
homepage = "https://github.com/facebook/fbthrift"; |
zlib | ||
]; | ||
|
||
meta = with stdenv.lib; { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
meta = with stdenv.lib; { | |
meta = with lib; { |
|
||
meta = with stdenv.lib; { | ||
description = "C++14 implementation of the TLS-1.3 standard"; | ||
homepage = https://github.com/facebookincubator/fizz; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
homepage = https://github.com/facebookincubator/fizz; | |
homepage = "https://github.com/facebookincubator/fizz"; |
substituteInPlace $out/lib/cmake/fmt/fmt-targets.cmake \ | ||
--replace "\''${_IMPORT_PREFIX}/include" "$dev/include" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
substituteInPlace $out/lib/cmake/fmt/fmt-targets.cmake \ | |
--replace "\''${_IMPORT_PREFIX}/include" "$dev/include" | |
substituteInPlace $out/lib/cmake/fmt/fmt-targets.cmake \ | |
--replace "\''${_IMPORT_PREFIX}/include" "$dev/include" |
|
||
stdenv.mkDerivation rec { | ||
pname = "rsocket-cpp"; | ||
version = "2019-06-13"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version = "2019-06-13"; | |
version = "unstable-2019-06-13"; |
I marked this as stale due to inactivity. → More info |
Closing due to OP not responding. |
Motivation for this change
Added Fbthrift library and its dependencies
New packages:
Updated packages
Fixed packages
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)