gcovr: Add alias to pythonPackages.gcovr

Since gcovr is most likely to be used as a script instead of a library,
we provide an alias to python3Packages.gcovr. We still keep
python2/3Packages.gcovr in case somebody really wants to import it as a
library, which can not entirely be ruled out.
This commit is contained in:
Josef Kemetmüller 2019-03-05 07:46:49 +01:00
parent f13fdf4b1d
commit f10b0c6f8c

View file

@ -10383,6 +10383,8 @@ in
gcab = callPackage ../development/libraries/gcab { };
gcovr = with python3Packages; toPythonApplication gcovr;
gcr = callPackage ../development/libraries/gcr { };
gdl = callPackage ../development/libraries/gdl { };