diff options
author | Andy Wingo <wingo@igalia.com> | 2016-02-18 20:50:02 +0100 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-24 11:49:57 -0500 |
commit | 62061d6be3614dd84a1d0034dd5946f7e54fbaea (patch) | |
tree | 0267dcd61fd0cba59c016ba90c32eb19d09ac635 /doc | |
parent | 0e47b4e7690c1c8dd2d4ec9056215c99653fe40b (diff) | |
download | patches-62061d6be3614dd84a1d0034dd5946f7e54fbaea.tar patches-62061d6be3614dd84a1d0034dd5946f7e54fbaea.tar.gz |
gnu-maintenance: Add X.org updater.
* guix/gnu-maintenance.scm (xorg-package?, latest-xorg-release): New
private functions.
(%xorg-updater): New public variable.
* guix/scripts/refresh.scm (%updaters): Add %xorg-updater.
* doc/guix.texi (Invoking guix refresh): Mention the new updater.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index ec05461faa..15b36f9039 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4616,6 +4616,8 @@ list of updaters). Currently, @var{updater} may be one of: the updater for GNU packages; @item gnome the updater for GNOME packages; +@item xorg +the updater for X.org packages; @item elpa the updater for @uref{http://elpa.gnu.org/, ELPA} packages; @item cran |