summary refs log tree commit diff
path: root/build-aux/update-NEWS.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-05-20 11:50:21 +0200
committerLudovic Courtès <ludo@gnu.org>2019-05-20 11:50:21 +0200
commit996ecaf64e397341dbed70198032ce828040e5ac (patch)
tree478d7f1f17d786b7911f3bb7f22e6823e924d6b3 /build-aux/update-NEWS.scm
parent99f47b53f755f0a6cb15615c2b9a449a930e82e9 (diff)
downloadguix-996ecaf64e397341dbed70198032ce828040e5ac.tar.gz
maint: update-NEWS: Track "gcc-toolchain", not "gcc".
This is a followup to d78010b81ee6ef4fd8803082e2f401b9e55b44db.

* build-aux/update-NEWS.scm (write-packages-updates)[important]: Replace
"gcc" by "gcc-toolchain".
Diffstat (limited to 'build-aux/update-NEWS.scm')
-rw-r--r--build-aux/update-NEWS.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/update-NEWS.scm b/build-aux/update-NEWS.scm
index bf5f0e141b..a05ecad091 100644
--- a/build-aux/update-NEWS.scm
+++ b/build-aux/update-NEWS.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017, 2018 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -105,7 +105,7 @@ paragraph."
 (define (write-packages-updates news-file old new)
   "Write to NEWS-FILE the list of packages upgraded between OLD and NEW."
   (define important
-    '("gcc" "glibc" "binutils" "gdb"                   ;toolchain
+    '("gcc-toolchain" "glibc" "binutils" "gdb"         ;toolchain
       "shepherd" "linux-libre" "xorg-server" "cups"    ;OS
       "gnome" "xfce" "enlightenment" "lxde" "mate"     ;desktop env.
       "guile" "bash" "python" "python2" "perl"         ;languages