Skip to content

Commit

Permalink
Merge pull request #251548 from tjni/python2-ninja-regression
Browse files Browse the repository at this point in the history
python2Packages.ninja: alias it to ninja build tool
  • Loading branch information
FRidh authored Aug 26, 2023
2 parents d308c7c + 98d9acd commit 8489284
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/top-level/python2-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ with self; with super; {

more-itertools = callPackage ../development/python2-modules/more-itertools { };

# ninja python stub was created to help simplify python builds using PyPA's
# build tool in Python 3, but it does not yet support Python 2
ninja = pkgs.buildPackages.ninja;

packaging = callPackage ../development/python2-modules/packaging { };

pip = callPackage ../development/python2-modules/pip { };
Expand Down

0 comments on commit 8489284

Please sign in to comment.