Merge pull request #302408 from anthonyroussel/polymake-perl-538

polymake: unpin perl536, perl536Packages

authored by Mauricio Collares and committed by GitHub 00f9ac91 58486b93

+3 -6
+3 -6
pkgs/applications/science/math/polymake/default.nix
··· 14 , ninja 15 , ant 16 , openjdk 17 - , perl536Packages 18 , makeWrapper 19 }: 20 - let 21 - # log says: polymake does not work with perl 5.37 or newer; 22 - perlPackages = perl536Packages; 23 - inherit (perlPackages) perl; 24 - in 25 # polymake compiles its own version of sympol and atint because we 26 # don't have those packages. other missing optional dependencies: 27 # javaview, libnormaliz, scip, soplex, jreality.
··· 14 , ninja 15 , ant 16 , openjdk 17 + , perl 18 + , perlPackages 19 , makeWrapper 20 }: 21 + 22 # polymake compiles its own version of sympol and atint because we 23 # don't have those packages. other missing optional dependencies: 24 # javaview, libnormaliz, scip, soplex, jreality.