Commit 56ceb0cc authored by George Huebner's avatar George Huebner Committed by Mauricio Collares
Browse files

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
parent 8c860b09
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -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 ];