summary refs log tree commit diff
path: root/pkgs/applications/blockchains/stellar-core
diff options
context:
space:
mode:
authorRaymen Scholten <raymenscholten@outlook.com>2022-04-07 23:33:31 +0200
committerRaymen Scholten <raymenscholten@outlook.com>2022-04-07 23:33:31 +0200
commitdd2a308c4331580635b3500dbc4c2a1b834f3712 (patch)
tree1cbe9f339d085f982d3ae18879fd2073f4dee3a5 /pkgs/applications/blockchains/stellar-core
parent2a4778fae3dee52f02ef23e359013208ad99ca07 (diff)
downloadnixpkgs-dd2a308c4331580635b3500dbc4c2a1b834f3712.tar
nixpkgs-dd2a308c4331580635b3500dbc4c2a1b834f3712.tar.gz
nixpkgs-dd2a308c4331580635b3500dbc4c2a1b834f3712.tar.bz2
nixpkgs-dd2a308c4331580635b3500dbc4c2a1b834f3712.tar.lz
nixpkgs-dd2a308c4331580635b3500dbc4c2a1b834f3712.tar.xz
nixpkgs-dd2a308c4331580635b3500dbc4c2a1b834f3712.tar.zst
nixpkgs-dd2a308c4331580635b3500dbc4c2a1b834f3712.zip
stellar-core: add missing compile dependency
enable parallel build
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