guix-commits
[Top][All Lists]
Advanced

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

GNU Guixguix source archive branch, wip-grafts, created. v0.7-535-ga72bf


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, wip-grafts, created. v0.7-535-ga72bf60
Date: Tue, 14 Oct 2014 21:10:01 +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, wip-grafts has been created
        at  a72bf6004d97d65616e9c8d60af5237c28f68e02 (commit)

- Log -----------------------------------------------------------------
commit a72bf6004d97d65616e9c8d60af5237c28f68e02
Author: Ludovic Courtès <address@hidden>
Date:   Sun Oct 12 22:59:54 2014 +0200

    gnu: bash: Add graft.
    
    * gnu/packages/bash.scm (bash-fixed): New variable.
      (bash)[graft]: New field.
      (bash-light)[graft]: New field.

commit 8b352a6662f298f886c23658566a298a5ca1b496
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 14 23:05:23 2014 +0200

    packages: Add grafts.
    
    * guix/packages.scm (<package>)[graft]: New field.
      (patch-and-repack): Invoke 'package-derivation' with #:graft? #f.
      (package-source-derivation): Likewise.
      (expand-input): Likewise, also for 'package-cross-derivation' call.
      (package->bag): Add #:graft? parameter.  Honor it.  Use 'strip-append'
      instead of 'package-full-name'.
      (input-graft, input-cross-graft, bag-grafts, package-grafts): New
      procedures.
      (package-derivation, package-cross-derivation): Add #:graft? parameter
      and honor it.
    * gnu/packages/bootstrap.scm (package-with-bootstrap-guile): Add
      recursive call on 'graft'.
    * guix/build-system/gnu.scm (package-with-explicit-inputs,
      package-with-extra-configure-variable, static-package): Likewise.
      (gnu-build): Use the ungrafted Guile to avoid full rebuilds.
      (gnu-cross-build): Likewise.
    * guix/build-system/cmake.scm (cmake-build): Likewise.
    * guix/build-system/glib-or-gtk.scm (glib-or-gtk-build): Likewise.
    * guix/build-system/perl.scm (perl-build): Likewise.
    * guix/build-system/python.scm (python-build): Likewise.
    * guix/build-system/ruby.scm (ruby-build): Likewise.
    * guix/build-system/trivial.scm (guile-for-build): Likewise.
    * tests/packages.scm ("package-derivation, direct graft",
      "package-cross-derivation, direct graft", "package-derivation,
      indirect grafts", "package-cross-derivation, indirect grafts"): New
      tests.

commit 47ed1e415c477f0d2a93ad351a6cebf841eafc79
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 7a4e751ce50aab886866de62294baf3adc3c7dca
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 6c801801ab64dd5614603be88307b40f449af62f
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.

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


hooks/post-receive
-- 
guix source archive



reply via email to

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