We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb6ead commit 9f63f35Copy full SHA for 9f63f35
nix/ext/sfcgal/sfcgal.nix
@@ -24,7 +24,8 @@ stdenv.mkDerivation rec {
24
meta = with lib; {
25
description = "A wrapper around CGAL that intents to implement 2D and 3D operations on OGC standards models";
26
homepage = "https://sfcgal.gitlab.io/SFCGAL/";
27
- license = licenses.gpl2Only;
+ license = with licenses; [ gpl3Plus lgpl3Plus];
28
+ platforms = platforms.all;
29
maintainers = with maintainers; [ samrose ];
30
};
31
}
0 commit comments