ne: unpin texinfo (#440902)

This commit is contained in:
Weijia Wang
2025-09-14 12:05:36 +00:00
committed by GitHub
+2 -2
View File
@@ -3,7 +3,7 @@
stdenv,
fetchFromGitHub,
ncurses,
texinfo6,
texinfo,
texliveMedium,
perl,
ghostscript,
@@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
texliveMedium
texinfo6
texinfo
perl
ghostscript
];