about summary refs log tree commit diff
path: root/pkgs/applications/graphics/meshlab
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-12-18 07:15:50 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-12-18 18:18:00 +0100
commit1791eeb7bd782b49b33998fa9152710f4117ffc2 (patch)
tree257e39f7f856d3bfda24e20af6cdb5b797516c13 /pkgs/applications/graphics/meshlab
parent6ae8bce49df89886d5eb0ef95199a0f120d78b62 (diff)
cgal: default to version 5
Diffstat (limited to 'pkgs/applications/graphics/meshlab')
-rw-r--r--pkgs/applications/graphics/meshlab/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/meshlab/default.nix b/pkgs/applications/graphics/meshlab/default.nix
index 3da49cf80109f..656713fb25e4e 100644
--- a/pkgs/applications/graphics/meshlab/default.nix
+++ b/pkgs/applications/graphics/meshlab/default.nix
@@ -14,7 +14,7 @@
 , levmar
 , qhull
 , cmake
-, cgal_5
+, cgal
 , boost179
 , mpfr
 , xercesc
@@ -45,7 +45,7 @@ mkDerivation rec {
     gmp
     levmar
     qhull
-    cgal_5
+    cgal
     boost179
     mpfr
     xercesc