maint: update-NEWS: Track "gcc-toolchain", not "gcc".
This is a followup to d78010b81e
.
* build-aux/update-NEWS.scm (write-packages-updates)[important]: Replace
"gcc" by "gcc-toolchain".
This commit is contained in:
parent
99f47b53f7
commit
996ecaf64e
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; 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.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -105,7 +105,7 @@ paragraph."
|
||||||
(define (write-packages-updates news-file old new)
|
(define (write-packages-updates news-file old new)
|
||||||
"Write to NEWS-FILE the list of packages upgraded between OLD and NEW."
|
"Write to NEWS-FILE the list of packages upgraded between OLD and NEW."
|
||||||
(define important
|
(define important
|
||||||
'("gcc" "glibc" "binutils" "gdb" ;toolchain
|
'("gcc-toolchain" "glibc" "binutils" "gdb" ;toolchain
|
||||||
"shepherd" "linux-libre" "xorg-server" "cups" ;OS
|
"shepherd" "linux-libre" "xorg-server" "cups" ;OS
|
||||||
"gnome" "xfce" "enlightenment" "lxde" "mate" ;desktop env.
|
"gnome" "xfce" "enlightenment" "lxde" "mate" ;desktop env.
|
||||||
"guile" "bash" "python" "python2" "perl" ;languages
|
"guile" "bash" "python" "python2" "perl" ;languages
|
||||||
|
|
Loading…
Reference in New Issue