diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-05-24 22:44:51 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-24 22:44:51 +0200 |
commit | ddb4062784c66ecc0c42910b209dc80356a197ea (patch) | |
tree | d61154cfe888201707c2b4708bd6297ac371f0b0 /build-aux/update-NEWS.scm | |
parent | 563ecba5cf1dac64818fa7c452fcb191ec28e0fd (diff) | |
parent | dbe533292b2af2faad371c10bc9b3f03193f94b7 (diff) | |
download | patches-ddb4062784c66ecc0c42910b209dc80356a197ea.tar patches-ddb4062784c66ecc0c42910b209dc80356a197ea.tar.gz |
Merge branch 'master' into staging
Diffstat (limited to 'build-aux/update-NEWS.scm')
-rw-r--r-- | build-aux/update-NEWS.scm | 4 |
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 |