diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2018-11-19 15:40:21 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-11-26 11:10:20 +0100 |
commit | de2bfe902936e3f7abfd4b55ad1149f75c5818b3 (patch) | |
tree | ed7bf225c2d9b17801712d755689b484ab24190f /Makefile.am | |
parent | 3b5829bbcb7ea3a76a4d2393f0b2cbfb6d1a5e37 (diff) | |
download | patches-de2bfe902936e3f7abfd4b55ad1149f75c5818b3.tar patches-de2bfe902936e3f7abfd4b55ad1149f75c5818b3.tar.gz |
Add (guix swh).
* guix/swh.scm: New file.
* Makefile.am (MODULES): Add 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 69e66fad75..c5676b0b94 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,6 +75,7 @@ MODULES = \ guix/discovery.scm \ guix/git-download.scm \ guix/hg-download.scm \ + guix/swh.scm \ guix/monads.scm \ guix/monad-repl.scm \ guix/gexp.scm \ |