mbakke pushed a change to branch core-updates in repository guix. from 96783ed syscalls: 'define-as-needed' does not re-export local variables. adds b593f26 gnu: npth: Update to 1.6. adds 746d338 gnu: python-pathlib2: Fix synopsis typo. adds ef42179 gnu: sord: Propagate serd. adds 1d552f6 gnu: c-reduce: Update to 2.10.0. adds 3487533 gnu: emacs-org: Update to 9.2.4. adds 243c523 gnu: emacs-org-contrib: Update to 20190715. adds 82ccfb1 gnu: ungoogled-chromium: Add native Wayland variant. adds 4569a76 doc: Remove note about grafts being "beta". adds c84c4c1 pull: Remove unused procedures. adds 67fb53c pull: Use (ice-9 format). adds 9b9b753 pull: Pass #:use-substitutes? to 'show-what-to-build'. adds 193d20f doc: Correctly document 'host' field of <cuirass-configuration>. adds 1fe84f5 gnu: starfighter: Update to 2.0.0.2. adds 3c90c57 Revert "gnu: emacs-org: Update to 9.2.4." adds 53f21b3 machine: Fix typo. adds 1e73986 gnu: bind: Update to 9.14.4. adds 62470a0 gnu: Add libnova. adds 0f7b8a7 gnu: Add xygrib. adds 6bfb0d5 gnu: Add emacs-github-review. adds 8b65299 gnu: Add emacs-deadgrep. adds a513a4c gnu: Add emacs-focus. adds 0574bc8 gnu: Add emacs-pandoc-mode. adds 330a6ff gnu: Add emacs-ccls. adds f33ee23 gnu: Add websocketpp. adds 2fba90a gnu: Add i2pd. adds 262f904 gnu: i2pd: Rewrite 'check phase using with-directory-excursion. adds 4678cc4 gnu: glog: Update to 0.4.0. new 2ee70a5 Merge branch 'master' into core-updates
The 1 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: doc/guix.texi | 7 +- gnu/local.mk | 2 +- gnu/machine/ssh.scm | 4 +- gnu/packages/astronomy.scm | 35 ++++++ gnu/packages/chromium.scm | 33 +++++- gnu/packages/debug.scm | 9 +- gnu/packages/dns.scm | 4 +- gnu/packages/emacs-xyz.scm | 136 ++++++++++++++++++++++- gnu/packages/games.scm | 31 ++++-- gnu/packages/geo.scm | 68 ++++++++++++ gnu/packages/gnupg.scm | 11 +- gnu/packages/i2p.scm | 105 +++++++++++++++++ gnu/packages/logging.scm | 30 +---- gnu/packages/patches/glog-gcc-5-demangling.patch | 64 ----------- gnu/packages/python-xyz.scm | 2 +- gnu/packages/rdf.scm | 8 +- gnu/packages/web.scm | 35 ++++++ guix/scripts/pull.scm | 13 +-- 18 files changed, 461 insertions(+), 136 deletions(-) create mode 100644 gnu/packages/i2p.scm delete mode 100644 gnu/packages/patches/glog-gcc-5-demangling.patch