diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-10-07 23:23:09 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-10-08 12:01:49 +0200 |
commit | fb59e275dd84152cf04f89cd5192145ccf071853 (patch) | |
tree | 49b04f16b355fae967a8474922377cf66350edd5 /Makefile.am | |
parent | 3c762a13bf0a8e15f2cf67d6a9eb27cf6d55267d (diff) | |
download | patches-fb59e275dd84152cf04f89cd5192145ccf071853.tar patches-fb59e275dd84152cf04f89cd5192145ccf071853.tar.gz |
derivations: Add 'graft-derivation'.
* guix/derivations.scm (graft-derivation): New procedure.
* guix/build/graft.scm: New file.
* Makefile.am (MODULES): Add it.
* tests/derivations.scm ("graft-derivation"): New test.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index eba34af4a9..e623978fc9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,6 +74,7 @@ MODULES = \ guix/build/svn.scm \ guix/build/syscalls.scm \ guix/build/emacs-utils.scm \ + guix/build/graft.scm \ guix/packages.scm \ guix/import/utils.scm \ guix/import/snix.scm \ |