This commit is contained in:
2020-10-25 12:47:11 +11:00
parent f8e172c166
commit 26d3d8b9d6
5 changed files with 6319 additions and 25 deletions

View File

@@ -28,6 +28,8 @@ let
homepage = args.src.meta.homepage;
} // optionalAttrs ((args.src.meta.description or "") != "") {
description = args.src.meta.description;
} // optionalAttrs ((args.src.meta.license or {}) != {}) {
license = args.src.meta.license;
};
in