diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -6,11 +6,13 @@ TRANSLATIONS = pt fr eo es CONTRIBLANGS = guix-sources = \ - src/xyz/euandreh/queue.scm \ + src/xyz/euandreh/docs.scm \ src/xyz/euandreh/latest.scm \ src/xyz/euandreh/packages.scm \ + src/xyz/euandreh/pending.scm \ src/xyz/euandreh/posix.scm \ - src/xyz/euandreh/pending.scm + src/xyz/euandreh/queue.scm \ + src/xyz/euandreh/rg.scm \ all: for s in $(guix-sources); do guix build -Lsrc/ -K -f $$s || exit 1; done |