Merge branch 'staging'

Hydra is only half-finished, but we'd better get secure glibc fast.
This commit is contained in:
Vladimír Čunát
2016-05-16 10:15:28 +02:00
15 changed files with 912 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
{ stdenv, fetchurl, perl, gettext, LocaleGettext, makeWrapper }:
stdenv.mkDerivation rec {
name = "help2man-1.47.3";
name = "help2man-1.47.4";
src = fetchurl {
url = "mirror://gnu/help2man/${name}.tar.xz";