singular: bump texinfo from 4 to 7

texinfo4 fails to compile on aarch64-darwin, and singular is no longer
constrained to use an older version
This commit is contained in:
George Huebner 2024-03-23 20:03:44 -05:00 committed by Mauricio Collares
parent 8c860b090a
commit 56ceb0cc7d
1 changed files with 3 additions and 6 deletions

View File

@ -13,12 +13,9 @@
, doxygen
, graphviz
, latex2html
# upstream generates docs with texinfo 4. later versions of texinfo
# use letters instead of numbers for post-appendix chapters, and we
# want it to match the upstream format because sage depends on it.
, texinfo4
, texinfo
, texliveSmall
, enableDocs ? true
, enableDocs ? !stdenv.isDarwin
, enableGfanlib ? true
}:
@ -85,7 +82,7 @@ stdenv.mkDerivation rec {
doxygen
graphviz
latex2html
texinfo4
texinfo
texliveSmall
] ++ lib.optionals stdenv.isDarwin [ getconf ];
depsBuildBuild = [ buildPackages.stdenv.cc ];