diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-12-16 23:07:17 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-12-16 23:26:48 +0100 |
commit | 3dbeecd2ffb912d0a114593038e3a9f987d3eb38 (patch) | |
tree | 27cdd0c2eff16b0b21f961738d640436e102271a /Makefile.am | |
parent | 9cc98f8aa6376ca28529b5b748d2a52bffb16902 (diff) | |
download | guix-3dbeecd2ffb912d0a114593038e3a9f987d3eb38.tar guix-3dbeecd2ffb912d0a114593038e3a9f987d3eb38.tar.gz |
pull: Move build code to (guix build pull).
* guix/build/pull.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/scripts/pull.scm (unpack): Use it.
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 13088ff525..eb278a76e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,6 +60,7 @@ MODULES = \ guix/build/python-build-system.scm \ guix/build/utils.scm \ guix/build/union.scm \ + guix/build/pull.scm \ guix/build/rpath.scm \ guix/packages.scm \ guix/snix.scm \ |