From b38e188f7d733dc9cf36a2706cd5999e4919b8dd Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Sun, 7 Apr 2024 21:01:55 +0200 Subject: [PATCH] polymake: unpin perl536, perl536Packages 4.11 adds support for Perl 5.38 See https://github.com/polymake/polymake/releases/tag/V4.11 --- pkgs/applications/science/math/polymake/default.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pkgs/applications/science/math/polymake/default.nix b/pkgs/applications/science/math/polymake/default.nix index fe9210641d2e..9c2623651517 100644 --- a/pkgs/applications/science/math/polymake/default.nix +++ b/pkgs/applications/science/math/polymake/default.nix @@ -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.