python2Packages.ninja: alias it to ninja build tool

This commit is contained in:
Theodore Ni 2023-08-26 01:13:55 -07:00
parent 8a390e0210
commit 98d9acd376
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -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 { };