summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlyssa Ross <alyssa.ross@unikie.com>2022-12-02 11:48:46 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-12 00:52:43 +0000
commitb310c156ed521b2bd18c3cbc9caf6ba79ec1f419 (patch)
tree69b3a888f31d5f604e22ea98a4ce1a8a0dc3ba78
parentaugeas: add meta.changelog (diff)
downloadnixpkgs-origin/backport-204097-to-release-22.11.tar.gz
augeas: enable parallel buildingorigin/backport-204097-to-release-22.11
Tested at -j4. (cherry picked from commit 2430ebd340096dfad4277ddd0aaadb3b261e9135)
-rw-r--r--pkgs/tools/system/augeas/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/system/augeas/default.nix b/pkgs/tools/system/augeas/default.nix
index d026ce05a77c..bea2edd553d4 100644
--- a/pkgs/tools/system/augeas/default.nix
+++ b/pkgs/tools/system/augeas/default.nix
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ readline libxml2 ];
+ enableParallelBuilding = true;
+
meta = with lib; {
description = "Configuration editing tool";
license = licenses.lgpl21Only;