diff options
author | Alex Vong <alexvong1995@gmail.com> | 2018-11-19 12:05:19 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2018-11-19 12:05:19 +0100 |
commit | 53f316ab904196cf20673f34209664b6249cb646 (patch) | |
tree | b8d14506b3e21388b2f0101a70c45086cec5ed35 /Makefile.am | |
parent | d0ad97115abb548195b920e83ce2769b5020884d (diff) | |
download | patches-53f316ab904196cf20673f34209664b6249cb646.tar patches-53f316ab904196cf20673f34209664b6249cb646.tar.gz |
guix: Add clojure-utils.
* guix/build/clojure-utils.scm: New file.
* gnu/packages/lisp.scm (clojure)[arguments]: Use it.
* Makefile.am (MODULES): Add it.
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 c63b65ba56..a2144d4b8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ # Copyright © 2018 Nils Gillmann <ng0@n0.is> # Copyright © 2018 Julien Lepiller <julien@lepiller.eu> # Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com> +# Copyright © 2018 Alex Vong <alexvong1995@gmail.com> # # This file is part of GNU Guix. # @@ -172,6 +173,7 @@ MODULES = \ guix/build/syscalls.scm \ guix/build/gremlin.scm \ guix/build/debug-link.scm \ + guix/build/clojure-utils.scm \ guix/build/emacs-utils.scm \ guix/build/java-utils.scm \ guix/build/lisp-utils.scm \ |