about summary refs log tree commit diff
path: root/pkgs/development/libraries/CGAL
diff options
context:
space:
mode:
authorBouke van der Bijl <i@bou.ke>2023-01-19 13:41:47 +0100
committerBouke van der Bijl <i@bou.ke>2023-01-20 15:50:59 +0100
commitb3dead4ffbd5b35ba38022c6be733212bb737b2e (patch)
treec310e50dcc3b914f345276b3546506ed548bf8eb /pkgs/development/libraries/CGAL
parentb799bb34ee586386381a384e9de1ce74da97876f (diff)
openmvs: init at 2.1.0
Diffstat (limited to 'pkgs/development/libraries/CGAL')
-rw-r--r--pkgs/development/libraries/CGAL/4.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/CGAL/4.nix b/pkgs/development/libraries/CGAL/4.nix
index 9c0305ec077db..d30492c890616 100644
--- a/pkgs/development/libraries/CGAL/4.nix
+++ b/pkgs/development/libraries/CGAL/4.nix
@@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
   };
 
   patches = [
+    ./cgal_path.patch
 
     # Pull upstream fix for c++17 (gcc-12):
     #  https://github.com/CGAL/cgal/pull/6109