summary refs log tree commit diff
path: root/ripple/shell.nix
diff options
context:
space:
mode:
authoredef <edef@unfathomable.blue>2022-05-10 01:32:17 +0000
committeredef <edef@unfathomable.blue>2022-05-10 01:32:17 +0000
commit19c1578320ef98d76c3e758316d8774ac51a47fe (patch)
treef1d3b5296ce5e44d5474ba0248b22fb5585b3d65 /ripple/shell.nix
parent96d28a91c4b71e6b78f8b9061866f91b2684b19b (diff)
ripple/fossil: permit importing trees from git repos
Change-Id: I8329f14bddaaa2d141e82c087821e4602bd1259a
Diffstat (limited to 'ripple/shell.nix')
-rw-r--r--ripple/shell.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/ripple/shell.nix b/ripple/shell.nix
index 96ed84f..cc9c44e 100644
--- a/ripple/shell.nix
+++ b/ripple/shell.nix
@@ -22,6 +22,9 @@ mkShell {
     # needed by fuser
     pkgconfig
     fuse
+
+    # needed by git2
+    openssl
   ];
 
   # needed by prost-build