Loading pkgs/applications/blockchains/lighthouse/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ , lighthouse , nix-update-script , nodePackages , perl , openssl , pkg-config , postgresql , protobuf Loading Loading @@ -57,7 +57,6 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ rustPlatform.bindgenHook cmake perl pkg-config protobuf ]; Loading @@ -65,6 +64,8 @@ rustPlatform.buildRustPackage rec { buildInputs = [ rust-jemalloc-sys sqlite ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ CoreFoundation Security Loading @@ -84,6 +85,8 @@ rustPlatform.buildRustPackage rec { LIGHTHOUSE_DEPOSIT_CONTRACT_SPEC_URL = "file://${depositContractSpec}"; LIGHTHOUSE_DEPOSIT_CONTRACT_TESTNET_URL = "file://${testnetDepositContractSpec}"; OPENSSL_NO_VENDOR = true; cargoBuildFlags = [ "--package lighthouse" ]; Loading Loading
pkgs/applications/blockchains/lighthouse/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ , lighthouse , nix-update-script , nodePackages , perl , openssl , pkg-config , postgresql , protobuf Loading Loading @@ -57,7 +57,6 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ rustPlatform.bindgenHook cmake perl pkg-config protobuf ]; Loading @@ -65,6 +64,8 @@ rustPlatform.buildRustPackage rec { buildInputs = [ rust-jemalloc-sys sqlite ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ CoreFoundation Security Loading @@ -84,6 +85,8 @@ rustPlatform.buildRustPackage rec { LIGHTHOUSE_DEPOSIT_CONTRACT_SPEC_URL = "file://${depositContractSpec}"; LIGHTHOUSE_DEPOSIT_CONTRACT_TESTNET_URL = "file://${testnetDepositContractSpec}"; OPENSSL_NO_VENDOR = true; cargoBuildFlags = [ "--package lighthouse" ]; Loading