nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

ocamlPackages.taglib: make use of lib.licenses

jopejoe1 6a490d79 b3a4bf81

+1 -1
+1 -1
pkgs/development/ocaml-modules/taglib/default.nix
··· 33 33 description = "Bindings for the taglib library which provides functions for reading tags in headers of audio files"; 34 34 license = with licenses; [ 35 35 lgpl21Plus 36 - "link-exception" 36 + ocamlLgplLinkingException 37 37 ]; # GNU Library Public License 2 Linking Exception 38 38 maintainers = with maintainers; [ dandellion ]; 39 39 };