mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
texinfo: update to version 5.2
This commit is contained in:
parent
0adae9f822
commit
8ff3855204
2 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, ncurses, perl, xz }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "texinfo-5.1";
|
||||
name = "texinfo-5.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/texinfo/${name}.tar.xz";
|
||||
sha256 = "0864v5i488x3mb3v5p6nhy2kw0mqkzpa3b0453iibj81zlpq078q";
|
||||
sha256 = "1njfwh2z34r2c4r0iqa7v24wmjzvsfyz4vplzry8ln3479lfywal";
|
||||
};
|
||||
|
||||
buildInputs = [ ncurses perl xz ];
|
|
@ -3767,9 +3767,9 @@ let
|
|||
|
||||
texinfo413 = callPackage ../development/tools/misc/texinfo/4.13a.nix { };
|
||||
texinfo49 = callPackage ../development/tools/misc/texinfo/4.9.nix { };
|
||||
texinfo5 = callPackage ../development/tools/misc/texinfo/5.1.nix { };
|
||||
texinfo = texinfo5;
|
||||
texinfo5 = callPackage ../development/tools/misc/texinfo/5.2.nix { };
|
||||
texinfo4 = texinfo413;
|
||||
texinfo = texinfo5;
|
||||
|
||||
texi2html = callPackage ../development/tools/misc/texi2html { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue