about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorMauricio Collares <mauricio@collares.org>2024-04-08 09:18:37 +0200
committerGitHub <noreply@github.com>2024-04-08 09:18:37 +0200
commit00f9ac91e9420fbddd2c0a8c51be2a216c47cfd8 (patch)
tree72caad78f7819c7b5dc113ce53989f4c44c5c8c9 /pkgs/applications/science
parent58486b93e7f67bb9b1b1f1eff7288fd8a1119142 (diff)
parentb38e188f7d733dc9cf36a2706cd5999e4919b8dd (diff)
Merge pull request #302408 from anthonyroussel/polymake-perl-538
polymake: unpin perl536, perl536Packages
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.