3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs
Bjørn Forsman 7405af72e6 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
  [...]
2014-08-23 13:36:47 +02:00
..
applications calibre: update from 1.48.0 to 2.0.0 2014-08-23 12:03:23 +02:00
build-support Merge pull request #3650 from bennofs/prefetch-git-human-readable 2014-08-23 13:05:55 +04:00
data man-pages: Update to 3.70 2014-08-19 11:46:08 +02:00
desktops gtkglext: cleanup 2014-08-23 11:46:54 +02:00
development ruby gems: Add riemann-dash 2014-08-23 12:41:49 +02:00
games Update The Buttefly Effect game 2014-08-22 21:34:28 +04:00
misc Vim-plugins: add vim-pathogen 2014-08-15 19:45:32 +02:00
os-specific Fix various evaluation problems 2014-08-22 11:57:40 +02:00
servers New package: riemann 0.2.6 2014-08-23 12:49:10 +02:00
shells Merge 'staging' into master 2014-08-08 20:13:23 +02:00
stdenv Merge pull request #2455 from bjornfor/helpful-messages-when-refusing-eval 2014-08-12 20:18:10 +02:00
test
tools Merge pull request #3635 from nathanielbaxter/dev/obconf 2014-08-23 13:05:12 +04:00
top-level qt: make package names of "full" variants appear as such 2014-08-23 13:36:47 +02:00