mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
polymake: unpin perl536, perl536Packages
4.11 adds support for Perl 5.38 See https://github.com/polymake/polymake/releases/tag/V4.11
This commit is contained in:
parent
274e6aa01f
commit
b38e188f7d
@ -14,14 +14,11 @@
|
||||
, ninja
|
||||
, ant
|
||||
, openjdk
|
||||
, perl536Packages
|
||||
, perl
|
||||
, perlPackages
|
||||
, 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.
|
||||
|
Loading…
Reference in New Issue
Block a user