Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3364758
D4294.id13568.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
739 B
Referenced Files
None
Subscribers
None
D4294.id13568.diff
View Options
diff --git a/nix/dev-shell.nix b/nix/dev-shell.nix
--- a/nix/dev-shell.nix
+++ b/nix/dev-shell.nix
@@ -3,14 +3,18 @@
, lib
, amqp-cpp
, arcanist
+, boost
, cargo
, cmake
, cryptopp
, darwin
+, folly
+, fmt
, grpc
, libiconv
, libuv
, nodejs-16_x
+, openssl
, pkg-config
, protobuf_3_15_cmake
, python2
@@ -54,6 +58,11 @@
# include any libraries buildInputs
buildInputs = [
protobuf_3_15_cmake # exposes both a library and a command, thus should appear in both inputs
+ folly # cpp tools
+ fmt # needed for folly
+ boost # needed for folly
+ ] ++ lib.optionals stdenv.isLinux [
+ openssl
] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
CoreFoundation
CoreServices
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 26, 5:05 AM (20 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2583021
Default Alt Text
D4294.id13568.diff (739 B)
Attached To
Mode
D4294: [nix] Add dependencies needed to compile native modules
Attached
Detach File
Event Timeline
Log In to Comment