Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
gcovr: Add alias to pythonPackages.gcovr
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
knedlsepp committed Jun 1, 2019
1 parent f13fdf4 commit f10b0c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };
Expand Down

0 comments on commit f10b0c6

Please sign in to comment.