gmp: fix licensing (#546292)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-30 15:44:01 +00:00
committed by GitHub
+6 -4
View File
@@ -81,10 +81,12 @@ let
meta = {
homepage = "https://gmplib.org/";
description = "GNU multiple precision arithmetic library";
license = with lib.licenses; [
lgpl3Only
gpl2Only
];
license =
with lib.licenses;
OR [
lgpl3Plus
gpl2Plus
];
longDescription = ''
GMP is a free library for arbitrary precision arithmetic, operating