summaryrefslogtreecommitdiff
path: root/guix/packages.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/packages.scm')
-rw-r--r--guix/packages.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/guix/packages.scm b/guix/packages.scm
index 00751cedd5..786e6a8dc9 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -122,8 +122,10 @@ etc."
(description package-description) ; one-line description
(long-description package-long-description) ; one or two paragraphs
(license package-license (default '()))
+ (home-page package-home-page)
(platforms package-platforms (default '()))
(maintainers package-maintainers (default '()))
+
(location package-location
(default (and=> (current-source-location)
source-properties->location))))