Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33502363
D4294.1769057905.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
739 B
Referenced Files
None
Subscribers
None
D4294.1769057905.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
Thu, Jan 22, 4:58 AM (1 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5974257
Default Alt Text
D4294.1769057905.diff (739 B)
Attached To
Mode
D4294: [nix] Add dependencies needed to compile native modules
Attached
Detach File
Event Timeline
Log In to Comment