summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-09-25 23:58:02 +0200
committerLudovic Courtès <ludo@gnu.org>2017-09-26 00:35:06 +0200
commitc1d8b3b3b5af8282328b87dd7a8d09357cbb0af7 (patch)
tree08f03083be66a068e18c45e0936fa709228d606e /Makefile.am
parent97abc90733270c4be5ce1f51e5e757d43787950b (diff)
downloadgnu-guix-c1d8b3b3b5af8282328b87dd7a8d09357cbb0af7.tar
gnu-guix-c1d8b3b3b5af8282328b87dd7a8d09357cbb0af7.tar.gz
upstream: Add new GNOME updater.
Partly fixes <https://bugs.gnu.org/28159>. Reported by Hartmut Goebel <h.goebel@crazy-compilers.com>. * guix/import/gnome.scm: New file. * Makefile.am (MODULES): Add it. * guix/gnu-maintenance.scm (latest-gnome-release) (%gnome-updater): Remove.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e35bdac306..2671065f68 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -151,6 +151,7 @@ MODULES = \
guix/import/hackage.scm \
guix/import/elpa.scm \
guix/import/texlive.scm \
+ guix/import/gnome.scm \
guix/scripts.scm \
guix/scripts/download.scm \
guix/scripts/perform-download.scm \