From 6c95a254e53328e7aeaf67150fef0b8653c703eb Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Wed, 4 Jun 2025 13:50:05 +0200 Subject: [PATCH] sfcgal: fix the license mistake, it is lgpl2Plus --- pkgs/by-name/sf/sfcgal/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/sf/sfcgal/package.nix b/pkgs/by-name/sf/sfcgal/package.nix index c5c1cd91a676..f93082056821 100644 --- a/pkgs/by-name/sf/sfcgal/package.nix +++ b/pkgs/by-name/sf/sfcgal/package.nix @@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: { description = "C++ wrapper library around CGAL with the aim of supporting ISO 191007:2013 and OGC Simple Features for 3D operations"; homepage = "https://sfcgal.gitlab.io/SFCGAL/"; changelog = "https://gitlab.com/sfcgal/SFCGAL/-/releases/v${finalAttrs.version}"; - license = lib.licenses.lgpl2; + license = lib.licenses.lgpl2Plus; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ fqidz ]; teams = [ lib.teams.geospatial ];