utils: %binary-source: Adjust package.

* modules/rosenthal/utils/packages.scm (%binary-source): Override home-page,
synopsis, description and license.
This commit is contained in:
Hilton Chain 2026-02-13 14:50:32 +08:00
parent 2fa2efe8ae
commit 9c244cfe3b
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -145,4 +145,8 @@ packages, excluding superseded packages."
(hidden-package (hidden-package
(package (package
(inherit hello) (inherit hello)
(supported-systems '())))) (supported-systems '())
(home-page "")
(synopsis "Binary package source (internal use)")
(description "")
(license #f))))