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:
parent
2b5e2ffe0a
commit
56aa58c995
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue