aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2020-07-30 17:00:45 +0200
committerDanny Milosavljevic <dannym@scratchpost.org>2020-09-02 13:51:38 +0200
commit3feb846420f24ef1c8b3fe310d293c7a2c91e1d4 (patch)
tree69ba7726726bb6f88c160385c9b81557362570ef /Makefile.am
parentf30e739395fecf90d7b4c0f8b36e994c12a319dd (diff)
downloadguix-3feb846420f24ef1c8b3fe310d293c7a2c91e1d4.tar
guix-3feb846420f24ef1c8b3fe310d293c7a2c91e1d4.tar.gz
Add (guix android-repo-download).
* guix/build/android-repo.scm: New file. * guix/android-repo-download.scm: New file. * Makefile.am (MODULES): Add them.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 063556c7ac..49fe57a095 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,6 +80,7 @@ MODULES = \
guix/modules.scm \
guix/download.scm \
guix/discovery.scm \
+ guix/android-repo-download.scm \
guix/bzr-download.scm \
guix/git-download.scm \
guix/hg-download.scm \
@@ -170,6 +171,7 @@ MODULES = \
guix/build/minify-build-system.scm \
guix/build/font-build-system.scm \
guix/build/go-build-system.scm \
+ guix/build/android-repo.scm \
guix/build/asdf-build-system.scm \
guix/build/bzr.scm \
guix/build/copy-build-system.scm \