diff options
author | EuAndreh <eu@euandre.org> | 2022-10-17 22:47:21 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-17 22:47:21 -0300 |
commit | 00845cbcb1cb08e05cd3aee53d19970c2f3c276b (patch) | |
tree | 21d8bfa72e50b215ee2b3000db71dc68e74d6bc4 /Makefile | |
parent | src/xyz/euandreh/patches/: Remove now unused (diff) | |
download | package-repository-00845cbcb1cb08e05cd3aee53d19970c2f3c276b.tar.gz package-repository-00845cbcb1cb08e05cd3aee53d19970c2f3c276b.tar.xz |
Makefile: Unregister removed scheme files
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -6,13 +6,10 @@ TRANSLATIONS = pt fr eo es CONTRIBLANGS = guix-sources = \ - src/xyz/euandreh/docs.scm \ src/xyz/euandreh/latest.scm \ src/xyz/euandreh/packages.scm \ src/xyz/euandreh/pending.scm \ - src/xyz/euandreh/perl.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 |