[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (654332f -> fc7d632)
From: |
guix-commits |
Subject: |
branch master updated (654332f -> fc7d632) |
Date: |
Mon, 6 May 2019 05:19:33 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 654332f gnu: linux-libre: Update to 5.0.13.
new bdfc327 gnu: gcc: Add 9.1.0.
new 83b0a7f gnu: cross-base: Apply gcc 8 patch to gcc >= 8.
new 0e293f7 gnu: address@hidden: Fix limits.h include for cross
builds.
new f62e7ce gnu: zimg: Fix license field to refer to license:wtfpl2.
new e3e8924 gnu: Use license: prefix in shellutils.scm.
new ac44b39 gnu: envstore: Fix license field to refer to
license:wtfpl2.
new 492e3a7 gnu: python-pyyaml: Fix license field to refer to
license:wtfpl2.
new 41ee377 gnu: Use license: prefix in tmux.scm.
new 6f38ef7 gnu: tmux-themepack: Fix license field to refer to
license:wtfpl2.
new 5d6bab9 gnu: quickswitch-i3: Fix license field to use
license:wtfpl2.
new 623d4b4 gnu: Add git-annex-remote-rclone.
new 5e319c1 gnu: mate-power-manager: Placate 'guix lint'.
new a08530d gnu: Add emacs-names.
new df7d0dc gnu: Add emacs-evil-textobj-syntax.
new 0209661 gnu: Add emacs-flycheck-flow.
new a021981 gnu: Add emacs-elisp-demos.
new d2ca86f gnu: Add emacs-docker-compose-mode.
new cc1d1fc gnu: Add emacs-sudo-edit.
new fc7d632 gnu: Add emacs-miniedit.
The 19 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/local.mk | 3 +
gnu/packages/commencement.scm | 3 +
gnu/packages/cross-base.scm | 7 +-
gnu/packages/emacs-xyz.scm | 177 +++++++++++++++++++++
gnu/packages/gcc.scm | 15 ++
gnu/packages/image.scm | 2 +-
gnu/packages/mate.scm | 7 +-
...tch => gcc-8-cross-environment-variables.patch} | 62 ++++----
.../patches/gcc-9-asan-fix-limits-include.patch | 13 ++
...s.patch => gcc-9-strmov-store-file-names.patch} | 36 +++--
gnu/packages/python-xyz.scm | 2 +-
gnu/packages/shellutils.scm | 13 +-
gnu/packages/tmux.scm | 11 +-
gnu/packages/version-control.scm | 44 +++++
gnu/packages/wm.scm | 2 +-
15 files changed, 328 insertions(+), 69 deletions(-)
copy gnu/packages/patches/{gcc-6-cross-environment-variables.patch =>
gcc-8-cross-environment-variables.patch} (68%)
create mode 100644 gnu/packages/patches/gcc-9-asan-fix-limits-include.patch
copy gnu/packages/patches/{gcc-8-strmov-store-file-names.patch =>
gcc-9-strmov-store-file-names.patch} (79%)
- branch master updated (654332f -> fc7d632),
guix-commits <=
- 03/19: gnu: address@hidden: Fix limits.h include for cross builds., guix-commits, 2019/05/06
- 04/19: gnu: zimg: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 10/19: gnu: quickswitch-i3: Fix license field to use license:wtfpl2., guix-commits, 2019/05/06
- 06/19: gnu: envstore: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 19/19: gnu: Add emacs-miniedit., guix-commits, 2019/05/06
- 08/19: gnu: Use license: prefix in tmux.scm., guix-commits, 2019/05/06
- 05/19: gnu: Use license: prefix in shellutils.scm., guix-commits, 2019/05/06
- 12/19: gnu: mate-power-manager: Placate 'guix lint'., guix-commits, 2019/05/06
- 01/19: gnu: gcc: Add 9.1.0., guix-commits, 2019/05/06
- 14/19: gnu: Add emacs-evil-textobj-syntax., guix-commits, 2019/05/06