guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated (9ae1e92 -> 379d414)


From: Mark H. Weaver
Subject: branch core-updates updated (9ae1e92 -> 379d414)
Date: Thu, 18 Jun 2015 05:36:30 +0000

mhw pushed a change to branch core-updates
in repository guix.

      from  9ae1e92   gnu: cpio: Fix symlink-bad-length test.
      adds  acec3be   build: Don't build the guix-daemon man page when 
--disable-daemon.
      adds  55d1f52   gnu-maintenance: Use 'home-page' as an additional hint of 
"GNUness".
      adds  d571101   gnu: calibre: Update to 2.30.0.
      adds  9e4552a   gnu: talloc: Update to 2.1.2.
      adds  d22b939   gnu: qt-4: Update to 4.8.7.
      adds  a33b844   gnu: qt: Update to 5.4.2.
      adds  b9ecd5a   gnu: Add libmng.
      adds  2cba3d6   gnu: qt: Add more inputs.
      adds  01e64ef   gnu: talloc: Change source URI to use https.
      adds  f5a9ffa   system: Rename 'sudoers' into 'sudoers-file'.
      adds  6178d94   gnu: Add wayland.
      adds  1bbc3b1   gnu: bedops: Update to 2.4.14.
      adds  86517de   gnu: miso: Use HTTPS URL.
      adds  2c04921   offload: Fix sorting bug in 'choose-build-machine'.
      adds  4192e89   list-packages: Move to guix-artwork repository.
      adds  ba981db   gnu: guix: Update snapshot.
      adds  2f6d3e4   gnu: ocaml: Don't rely on (gnu packages commencement).
      adds  08fa761   install: Turn off deduplication for the binary tarball.
      adds  84189eb   Move 'specification->package+output' to (gnu packages).
      adds  39bee8a   Add 'guix edit'.
      adds  fcc58db   Add 'guix size'.
      adds  684bf7c   gnu: Add diamond.
      adds  040ca34   gnu: guix: Update snapshot.
      adds  c362a40   hydra: Fix the demo OS.
       new  2abf678   Merge branch 'master' into core-updates
       new  379d414   gnu: ocaml: Update gcc:lib input to gcc-4.9.

The 2 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:
 Makefile.am                         |    6 +-
 build-aux/hydra/demo-os.scm         |   16 +-
 build-aux/list-packages.scm         |  450 -----------------------------------
 doc.am                              |   10 +-
 doc/contributing.texi               |   28 ++-
 doc/guix.texi                       |  109 ++++++++-
 gnu/build/install.scm               |   20 +-
 gnu/packages.scm                    |   36 +++-
 gnu/packages/bioinformatics.scm     |   58 +++++-
 gnu/packages/ebook.scm              |    4 +-
 gnu/packages/freedesktop.scm        |   37 +++-
 gnu/packages/image.scm              |   23 ++
 gnu/packages/ocaml.scm              |    7 +-
 gnu/packages/package-management.scm |    4 +-
 gnu/packages/qt.scm                 |   14 +-
 gnu/packages/samba.scm              |    6 +-
 gnu/system.scm                      |   15 +-
 gnu/system/install.scm              |    6 +-
 guix/gnu-maintenance.scm            |   25 ++-
 guix/scripts/archive.scm            |    4 +-
 guix/scripts/edit.scm               |   79 ++++++
 guix/scripts/offload.scm            |    4 +-
 guix/scripts/package.scm            |   36 +---
 guix/scripts/size.scm               |  247 +++++++++++++++++++
 po/guix/POTFILES.in                 |    2 +
 tests/size.scm                      |   87 +++++++
 26 files changed, 777 insertions(+), 556 deletions(-)
 delete mode 100755 build-aux/list-packages.scm
 create mode 100644 guix/scripts/edit.scm
 create mode 100644 guix/scripts/size.scm
 create mode 100644 tests/size.scm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]