about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2024-04-07 21:01:55 +0200
committerAnthony Roussel <anthony@roussel.dev>2024-04-07 21:01:55 +0200
commitb38e188f7d733dc9cf36a2706cd5999e4919b8dd (patch)
tree6af172cb3fd43d1799b6b3c4133671d3e04f649b /pkgs/applications/science
parent274e6aa01f2c2266e1cd8debdb82863cd83e2ff7 (diff)
polymake: unpin perl536, perl536Packages
4.11 adds support for Perl 5.38

See https://github.com/polymake/polymake/releases/tag/V4.11
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/polymake/default.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgs/applications/science/math/polymake/default.nix b/pkgs/applications/science/math/polymake/default.nix
index fe9210641d2e7..9c2623651517d 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.