Go to file
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
doc doc/meta.xml: fix github links, clarify licensing section 2014-07-30 20:07:54 +02:00
lib Added myself to maintainer of hdaemonize and hweblib 2014-08-23 12:28:35 +03:00
maintainers/scripts Remove broken script 2014-07-30 10:23:05 +02:00
nixos Merge pull request #3656 from AndersonTorres/fluxbox 2014-08-23 13:07:46 +04:00
pkgs qt: make package names of "full" variants appear as such 2014-08-23 13:36:47 +02:00
.gitignore Add .DS_Store to gitignore so we Mac users don't accidentally pollute nixpkgs with ugliness 2014-08-09 20:53:36 -04:00
.version Update version 2014-04-23 08:02:18 -04:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
README.md Fixed link to installation instructions in README 2014-05-26 22:19:22 +02:00
default.nix Explicitly require Nix 1.6 2014-03-17 11:33:36 +01:00

README.md

Nixpkgs is a collection of packages for Nix package manager. Nixpkgs also includes NixOS linux distribution source code.