Skip to content

Commit

Permalink
Merge pull request #218478 from amjoseph-nixpkgs/pr/spandsp/enable-pa…
Browse files Browse the repository at this point in the history
…rallel

spandsp: enableParallelBuilding = true
  • Loading branch information
7c6f434c authored Mar 9, 2023
2 parents 4241c2d + 1e5a594 commit 8d80290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/spandsp/3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ stdenv.mkDerivation rec {

outputs = [ "out" "dev" ];

enableParallelBuilding = true;

nativeBuildInputs = [ autoreconfHook ];
propagatedBuildInputs = [ audiofile libtiff ];

Expand Down
1 change: 1 addition & 0 deletions pkgs/development/libraries/spandsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
};

outputs = [ "out" "dev" ];
enableParallelBuilding = true;
makeFlags = [
"CC=${stdenv.cc.targetPrefix}cc"
"CC_FOR_BUILD=${buildPackages.stdenv.cc}/bin/cc"
Expand Down

0 comments on commit 8d80290

Please sign in to comment.