[cpan2nix] perlPackages.TermReadLineGnu: 1.35 -> 1.36
This commit is contained in:
parent
bd7c0524ef
commit
bcfb54c754
@ -14602,10 +14602,10 @@ let
|
||||
};
|
||||
|
||||
TermReadLineGnu = buildPerlPackage rec {
|
||||
name = "Term-ReadLine-Gnu-1.35";
|
||||
name = "Term-ReadLine-Gnu-1.36";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/H/HA/HAYASHI/${name}.tar.gz";
|
||||
sha256 = "575d32d4ab67cd656f314e8d0ee3d45d2491078f3b2421e520c4273e92eb9125";
|
||||
sha256 = "9a08f7a4013c9b865541c10dbba1210779eb9128b961250b746d26702bab6925";
|
||||
};
|
||||
buildInputs = [ pkgs.readline pkgs.ncurses ];
|
||||
NIX_CFLAGS_LINK = "-lreadline -lncursesw";
|
||||
|
Loading…
Reference in New Issue
Block a user