diff options
| author | Bjørn Forsman <bjorn.forsman@gmail.com> | 2014-08-23 13:31:17 +0200 |
|---|---|---|
| committer | Bjørn Forsman <bjorn.forsman@gmail.com> | 2014-08-23 13:36:47 +0200 |
| commit | 7405af72e6c25b4cfb07b1d0f16bc10926590d41 (patch) | |
| tree | 0a3bc670ba84bf9a200fbd516e53bfb22cbf3682 /pkgs/development/python-modules/GitPython/hardcode-git-path.patch | |
| parent | aafb5aafe45b1e9576977928afa7e6209cece224 (diff) | |
qt: make package names of "full" variants appear as such
Currently there is no distinction in the package names of Qt packages
whether they are "full" or not (i.e. coming from a qt5Full or qt5
attribute).
Currently:
$ nix-env -f. -qaP | grep "^qt[45]"
qt48Full qt-4.8.6
qt5Full qt-5.2.1
qt5 qt-5.2.1
qt53 qt-5.3.1
qt53Full qt-5.3.1
[...]
With this change:
$ nix-env -f. -qaP | grep "^qt[45]"
qt5 qt-5.2.1
qt53 qt-5.3.1
qt48Full qt-full-4.8.6
qt5Full qt-full-5.2.1
qt53Full qt-full-5.3.1
[...]
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions
