diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-06 14:14:58 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-06 18:26:54 +0200 |
commit | 611adb1ee5814907694abc9afa1bad984f0cbea0 (patch) | |
tree | 420b455b36d28e7df4a6c2b2bb2bcfd6fdd4a02f /Makefile.am | |
parent | d838e7029854d8517c0c5b631f6042a925c86a81 (diff) | |
download | guix-611adb1ee5814907694abc9afa1bad984f0cbea0.tar guix-611adb1ee5814907694abc9afa1bad984f0cbea0.tar.gz |
profiles: Move build code to (guix build profiles).
* guix/build/profiles.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/profiles.scm (profile-derivation)[builder]: Call out to
'build-profile'.
Add (guix build profiles) to the #:modules argument.
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 ae694eb0e7..4fc1fc2ffb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,6 +79,7 @@ MODULES = \ guix/build/store-copy.scm \ guix/build/utils.scm \ guix/build/union.scm \ + guix/build/profiles.scm \ guix/build/pull.scm \ guix/build/rpath.scm \ guix/build/cvs.scm \ |