Unverified Commit 39df3b9e authored by Andreas Rammhold's avatar Andreas Rammhold Committed by GitHub
Browse files

perlPackages.Term-ReadLine-Gnu: fix compilation with Gcc15 (#475914)

parents 99e935e6 89fad1ce
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -32950,6 +32950,12 @@ with self;
      url = "mirror://cpan/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.46.tar.gz";
      hash = "sha256-sTgyEy5QNmw0/qwSzoKDfAqds0ylMK5dJ9uXz5yWTHs=";
    };
    patches = [
      (fetchpatch {
        url = "https://github.com/hirooih/perl-trg/commit/90ebd3f65652484994c838f5dc62944aee67a2a0.patch";
        sha256 = "sha256-FRlzpGfuUT43MABk8AYeLkCy1uiIEu7JjJy9HziR8BA=";
      })
    ];
    buildInputs = [
      pkgs.readline
      pkgs.ncurses