ansi2html: add alias to top level

This commit is contained in:
Sandro Jäckel 2021-02-13 23:21:29 +01:00
parent 5852a21819
commit 00a6e876e9
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -13089,6 +13089,8 @@ in
amrwb = callPackage ../development/libraries/amrwb { };
ansi2html = with python3.pkgs; toPythonApplication ansi2html;
anttweakbar = callPackage ../development/libraries/AntTweakBar { };
appstream = callPackage ../development/libraries/appstream { };