Loading pkgs/development/ocaml-modules/camlzip/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,10 @@ stdenv.mkDerivation { ZIP and GZIP format, as well as to Java JAR files. It provides functions for reading from and writing to compressed files in these formats. ''; license = "LGPL+linking exceptions"; license = with lib.licenses; [ lgpl21Plus ocamlLgplLinkingException ]; inherit (ocaml.meta) platforms; maintainers = with maintainers; [ maggesi ]; }; Loading Loading
pkgs/development/ocaml-modules/camlzip/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,10 @@ stdenv.mkDerivation { ZIP and GZIP format, as well as to Java JAR files. It provides functions for reading from and writing to compressed files in these formats. ''; license = "LGPL+linking exceptions"; license = with lib.licenses; [ lgpl21Plus ocamlLgplLinkingException ]; inherit (ocaml.meta) platforms; maintainers = with maintainers; [ maggesi ]; }; Loading