polymake: pin back to perl 5.36
https://hydra.nixos.org/build/230316833/nixlog/2/tail
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user