polymake: pin back to perl 5.36

https://hydra.nixos.org/build/230316833/nixlog/2/tail
This commit is contained in:
Vladimír Čunát
2023-08-07 08:52:10 +02:00
parent 529e3475fc
commit a93afc73ef
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchurl
, perl
, gmp
, mpfr
, flint
@@ -15,10 +14,14 @@
, ninja
, ant
, openjdk
, perlPackages
, perl536Packages
, makeWrapper
}:
let
# log says: polymake does not work with perl 5.37 or newer;
perlPackages = perl536Packages;
inherit (perlPackages) perl;
in
# polymake compiles its own version of sympol and atint because we
# don't have those packages. other missing optional dependencies:
# javaview, libnormaliz, scip, soplex, jreality.