diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-11-21 23:02:43 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-11-21 23:09:17 +0100 |
commit | 11a54b3d6ed64efbbc41d3267ef06ecf590e74d3 (patch) | |
tree | d07582bbacc04f16eae804e319c83eb46204cc59 /Makefile.am | |
parent | 49961951c53df7728e77f69f7bbae88759ce51fb (diff) | |
download | patches-11a54b3d6ed64efbbc41d3267ef06ecf590e74d3.tar patches-11a54b3d6ed64efbbc41d3267ef06ecf590e74d3.tar.gz |
hydra: Add jobs for the modular Guix.
* build-aux/hydra/guix-modular.scm: New file.
* Makefile.am (EXTRA_DIST): 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 a4156c834d..d64806de87 100644 --- a/Makefile.am +++ b/Makefile.am @@ -433,6 +433,7 @@ EXTRA_DIST = \ build-aux/hydra/evaluate.scm \ build-aux/hydra/gnu-system.scm \ build-aux/hydra/guix.scm \ + build-aux/hydra/guix-modular.scm \ build-aux/check-available-binaries.scm \ build-aux/check-final-inputs-self-contained.scm \ build-aux/download.scm \ |