Merge recent master into staging

Hydra: ?compare=1149952

Conflicts:
	nixos/doc/manual/configuration.xml (changed split file)
	nixos/modules/config/users-groups.nix (choosing filterNull instead of inline definition)
	pkgs/development/libraries/readline/readline6.3.nix (auto-solved)
This commit is contained in:
Vladimír Čunát
2014-08-30 10:04:02 +02:00
756 changed files with 18877 additions and 13683 deletions

View File

@@ -20,7 +20,7 @@ stdenv.mkDerivation (rec {
];
meta = with stdenv.lib; {
description = "GNU Readline, a library for interactive line editing";
description = "Library for interactive line editing";
longDescription = ''
The GNU Readline library provides a set of functions for use by

View File

@@ -26,7 +26,7 @@ stdenv.mkDerivation (rec {
import ./readline-6.2-patches.nix patch);
meta = {
description = "GNU Readline, a library for interactive line editing";
description = "Library for interactive line editing";
longDescription = ''
The GNU Readline library provides a set of functions for use by