summary refs log tree commit diff
path: root/pkgs/applications/blockchains/stellar-core
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/blockchains/stellar-core')
-rw-r--r--pkgs/applications/blockchains/stellar-core/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/stellar-core/default.nix b/pkgs/applications/blockchains/stellar-core/default.nix
index b689ddd4f4d..10cc5622566 100644
--- a/pkgs/applications/blockchains/stellar-core/default.nix
+++ b/pkgs/applications/blockchains/stellar-core/default.nix
@@ -1,5 +1,5 @@
 { lib, stdenv, fetchFromGitHub, autoconf, libtool, automake, pkg-config, git
-, bison, flex, postgresql, ripgrep }:
+, bison, flex, postgresql, ripgrep, libunwind }:
 
 stdenv.mkDerivation rec {
   pname = "stellar-core";
@@ -13,10 +13,12 @@ stdenv.mkDerivation rec {
     fetchSubmodules = true;
   };
 
-  nativeBuildInputs = [ automake autoconf git libtool pkg-config ripgrep ];
+  nativeBuildInputs = [ automake autoconf git libtool pkg-config ripgrep libunwind ];
 
   propagatedBuildInputs = [ bison flex postgresql ];
 
+  enableParallelBuilding = true;
+
   preConfigure = ''
     # Due to https://github.com/NixOS/nixpkgs/issues/8567 we cannot rely on
     # having the .git directory present, so directly provide the version