diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-03-27 09:48:16 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-04-08 17:48:33 +0200 |
commit | 351f384e57939005b25fa976952e3a0e08785893 (patch) | |
tree | 4e318e68b71708317633afb5ecdcd4b717aaaf53 /Makefile.am | |
parent | a1ec7540be9b30593f5e83e36a0e83b1bcf337f1 (diff) | |
download | patches-351f384e57939005b25fa976952e3a0e08785893.tar patches-351f384e57939005b25fa976952e3a0e08785893.tar.gz |
cuirass: Add job specs for the modular Guix.
* build-aux/cuirass/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 e630797b46..517322b7ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -469,6 +469,7 @@ EXTRA_DIST = \ build-aux/hydra/guix.scm \ build-aux/hydra/guix-modular.scm \ build-aux/cuirass/gnu-system.scm \ + build-aux/cuirass/guix-modular.scm \ build-aux/cuirass/hydra-to-cuirass.scm \ build-aux/check-available-binaries.scm \ build-aux/check-final-inputs-self-contained.scm \ |