···39 # No tests in archive
40 doCheck = false;
4142- meta = {
43- description = "A simple, correct PEP517 package builder";
44- license = lib.licenses.mit;
00000045 };
46}
···39 # No tests in archive
40 doCheck = false;
4142+ meta = with lib; {
43+ description = "Simple, correct PEP517 package builder";
44+ longDescription = ''
45+ build will invoke the PEP 517 hooks to build a distribution package. It
46+ is a simple build tool and does not perform any dependency management.
47+ '';
48+ homepage = "https://github.com/pypa/build";
49+ maintainers = with maintainers; [ fab ];
50+ license = licenses.mit;
51 };
52}