diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-02-21 23:41:11 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-02-21 23:49:53 +0100 |
commit | 9b5b5c17409ce0174d171903f03c1d53dfb455c5 (patch) | |
tree | 0ebe2784ba7778760740288504871ac0d1bc9110 /Makefile.am | |
parent | 0dbd88db3933fac9c79adb107ab4a6932f33ea99 (diff) | |
download | guix-9b5b5c17409ce0174d171903f03c1d53dfb455c5.tar guix-9b5b5c17409ce0174d171903f03c1d53dfb455c5.tar.gz |
Add (guix git-download).
* guix/git-download.scm, guix/build/git.scm: New files.
* Makefile.am (MODULES): Add them.
* guix/packages.scm (<origin>): Fix comment for 'method' field.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6ad8eb9914..56cb6d2354 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,7 @@ MODULES = \ guix/pki.scm \ guix/utils.scm \ guix/download.scm \ + guix/git-download.scm \ guix/monads.scm \ guix/profiles.scm \ guix/serialization.scm \ @@ -54,6 +55,7 @@ MODULES = \ guix/ui.scm \ guix/build/download.scm \ guix/build/cmake-build-system.scm \ + guix/build/git.scm \ guix/build/gnome.scm \ guix/build/gnu-build-system.scm \ guix/build/gnu-dist.scm \ |