This commit is contained in:
2020-10-25 12:41:10 +11:00
parent 7f7fc70b27
commit 6486b91e34
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