lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

cgal_4: use fetchpatch's `relative` argument

The `gcc-12-prereq.patch` patch now includes the entire `CGAL_Core`
subdirectory, but the patch only fixes warnings so this is fine.

+4 -8
+4 -8
pkgs/development/libraries/CGAL/4.nix
··· 18 18 (fetchpatch { 19 19 name = "gcc-12-prereq.patch"; 20 20 url = "https://github.com/CGAL/cgal/commit/4581f1b7a8e97d1a136830e64b77cdae3546c4bf.patch"; 21 - sha256 = "1gzrvbrwxylv80v0m3j2s1znlysmr69lp3ggagnh38lp6423i6pq"; 22 - # Upstream slightly reordered directory structure since. 23 - stripLen = 1; 24 - # Fill patch does not apply: touches too many parts of the source. 25 - includes = [ "include/CGAL/CORE/BigFloatRep.h" ]; 21 + relative = "CGAL_Core"; # Upstream slightly reordered directory structure since. 22 + sha256 = "sha256-4+7mzGSBwAv5RHBQPAecPPKNN/LQBgvYq5mq+fHAteo="; 26 23 }) 27 24 (fetchpatch { 28 25 name = "gcc-12.patch"; 29 26 url = "https://github.com/CGAL/cgal/commit/6680a6e6f994b2c5b9f068eb3014d12ee1134d53.patch"; 30 - sha256 = "1c0h1lh8zng60yx78qc8wx714b517mil8mac87v6xr21q0b11wk7"; 31 - # Upstream slightly reordered directory structure since. 32 - stripLen = 1; 27 + relative = "CGAL_Core"; # Upstream slightly reordered directory structure since. 28 + sha256 = "sha256-8kxJDT47jXI9kQNFI/ARWl9JBNS4AfU57/D0tYlgW0M="; 33 29 }) 34 30 ]; 35 31