mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
packages: Add missing export.
* guix/packages.scm: Export `package-home-page'.
This commit is contained in:
parent
0b3651bc93
commit
52bda18abf
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ (define-module (guix packages)
|
||||||
package-synopsis
|
package-synopsis
|
||||||
package-description
|
package-description
|
||||||
package-license
|
package-license
|
||||||
|
package-home-page
|
||||||
package-platforms
|
package-platforms
|
||||||
package-maintainers
|
package-maintainers
|
||||||
package-properties
|
package-properties
|
||||||
|
|
Loading…
Reference in a new issue