guix-commits
[Top][All Lists]
Advanced

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

GNU Guixguix source archive branch, master, updated. v0.7-545-g7c3c037


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.7-545-g7c3c037
Date: Fri, 17 Oct 2014 21:23:18 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".

The branch, master has been updated
       via  7c3c0374de446af387c8478f77083fd0e357253c (commit)
       via  67a86d3b8d17b921728eec7776677582cfdd9266 (commit)
       via  1d830bc0c2fd3c149d711d8d265a04a5f4751388 (commit)
       via  e5997888fa75f13735107166d51a1359381d8a79 (commit)
       via  8dcec9142667d0b29cf71ca55cf48c0c4f5d4400 (commit)
       via  3d7d17b31866a99cd86566e9939a3298af8623c7 (commit)
       via  969df974871ae1882c25df8d9b09bced2e62a30b (commit)
       via  e25408849ad70026e1673ea0adc9bd4df8ff32fc (commit)
      from  bd53d327e123ee51eaaae214fe3992dac9d35678 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7c3c0374de446af387c8478f77083fd0e357253c
Author: Ludovic Courtès <address@hidden>
Date:   Fri Oct 17 23:20:39 2014 +0200

    packages: Add 'package-transitive-supported-systems'.
    
    * guix/packages.scm (package-transitive-supported-systems): New procedure.
    * tests/packages.scm ("package-transitive-supported-systems"): New test.
    * build-aux/hydra/gnu-system.scm (package->job): Use it.

commit 67a86d3b8d17b921728eec7776677582cfdd9266
Author: Ludovic Courtès <address@hidden>
Date:   Fri Oct 17 23:08:45 2014 +0200

    gnu: valgrind: Don't build on mipsel64-linux.
    
    * gnu/packages/valgrind.scm (valgrind): Add 'supported-systems'.

commit 1d830bc0c2fd3c149d711d8d265a04a5f4751388
Author: Ludovic Courtès <address@hidden>
Date:   Fri Oct 17 23:08:20 2014 +0200

    gnu: sdl-gfx: Build only on Intel machines.
    
    * gnu/packages/sdl.scm (sdl-gfx): Add 'supported-systems' field.

commit e5997888fa75f13735107166d51a1359381d8a79
Author: Ludovic Courtès <address@hidden>
Date:   Wed Oct 15 23:55:36 2014 +0200

    derivations: 'graft-derivation' correctly handles multiple-output sources.
    
    * guix/derivations.scm (graft-derivation): Add DRV as input for each one
      of OUTPUT-NAMES.

commit 8dcec9142667d0b29cf71ca55cf48c0c4f5d4400
Author: Ludovic Courtès <address@hidden>
Date:   Wed Oct 15 09:22:23 2014 +0200

    packages: Improve the package-to-derivation cache.
    
    * guix/packages.scm (cache): Preserve the former values associated with
      PACKAGE.
      (cached): Bind SYSTEM in 'let', to prevent double evaluation.

commit 3d7d17b31866a99cd86566e9939a3298af8623c7
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 14 19:04:08 2014 +0200

    derivations: Add #:system parameter to 'graft-derivation'.
    
    * guix/derivations.scm (graft-derivation): Add #:system parameter.

commit 969df974871ae1882c25df8d9b09bced2e62a30b
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 14 14:47:49 2014 +0200

    derivations: Introduce 'graft' record type.
    
    * guix/derivations.scm (<graft>): New record type.
      (graft-derivation): Rename 'replacements' to 'grafts', and expect it
      to be a list of <graft> records.  Adjust accordingly.
    * tests/derivations.scm ("graft-derivation"): Use 'graft' instead of
      pairs in argument to 'graft-derivation'.

commit e25408849ad70026e1673ea0adc9bd4df8ff32fc
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 14 14:44:48 2014 +0200

    records: Improve the docstring of 'define-record-type*'.
    
    * guix/records.scm (define-record-type*): Agument the docstring, give
      examples.

-----------------------------------------------------------------------

Summary of changes:
 .dir-locals.el                 |    1 +
 build-aux/hydra/gnu-system.scm |    3 +-
 gnu/packages/sdl.scm           |    6 +++-
 gnu/packages/valgrind.scm      |    6 +++-
 guix/derivations.scm           |   63 +++++++++++++++++++++++++++------------
 guix/packages.scm              |   26 +++++++++++++---
 guix/records.scm               |   33 ++++++++++++++++++++-
 tests/derivations.scm          |    8 ++++-
 tests/packages.scm             |   13 ++++++++
 9 files changed, 128 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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