3
0
Fork 0
forked from mirrors/nixpkgs

black: make available as application

but keep it as a lib, too, because some
software in NixPkgs imports it as a module.
This commit is contained in:
Raphael Borun Das Gupta 2020-04-29 10:01:08 +02:00
parent 2b5e2ffe0a
commit 56aa58c995

View file

@ -9935,6 +9935,8 @@ in
bison = callPackage ../development/tools/parsing/bison { };
yacc = bison; # TODO: move to aliases.nix
black = with python3Packages; toPythonApplication black;
blackmagic = callPackage ../development/tools/misc/blackmagic { };
bloaty = callPackage ../development/tools/bloaty { };