From 6a490d7941da9970993e9df4f772b225eb82787e Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 3 Sep 2025 23:13:19 +0200 Subject: [PATCH] ocamlPackages.taglib: make use of lib.licenses --- pkgs/development/ocaml-modules/taglib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/taglib/default.nix b/pkgs/development/ocaml-modules/taglib/default.nix index ca0a47a356b0..8492f5cbfcf5 100644 --- a/pkgs/development/ocaml-modules/taglib/default.nix +++ b/pkgs/development/ocaml-modules/taglib/default.nix @@ -33,7 +33,7 @@ buildDunePackage rec { description = "Bindings for the taglib library which provides functions for reading tags in headers of audio files"; license = with licenses; [ lgpl21Plus - "link-exception" + ocamlLgplLinkingException ]; # GNU Library Public License 2 Linking Exception maintainers = with maintainers; [ dandellion ]; };