ocamlPackages.asetmap: set license (#516524)

This commit is contained in:
StepBroBD
2026-05-05 10:58:16 +00:00
committed by GitHub
@@ -1,4 +1,5 @@
{
lib,
fetchurl,
buildDunePackage,
topkg,
@@ -27,5 +28,8 @@ buildDunePackage (finalAttrs: {
inherit (topkg) buildPhase installPhase;
meta = { inherit (ocaml.meta) platforms; };
meta = {
inherit (ocaml.meta) platforms;
license = lib.licenses.isc;
};
})