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:
parent
f13fdf4b1d
commit
f10b0c6f8c
1 changed files with 2 additions and 0 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue