From 31c2a17e67aa15aede382b8f83d85b5ada3bd9b1 Mon Sep 17 00:00:00 2001 From: coolcuber Date: Mon, 27 Jul 2026 08:39:22 -0400 Subject: [PATCH] gmp: fix licensing --- pkgs/development/libraries/gmp/6.x.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/gmp/6.x.nix b/pkgs/development/libraries/gmp/6.x.nix index e9ed9207b05d..a8e316578829 100644 --- a/pkgs/development/libraries/gmp/6.x.nix +++ b/pkgs/development/libraries/gmp/6.x.nix @@ -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