aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-17 22:47:21 -0300
committerEuAndreh <eu@euandre.org>2022-10-17 22:47:21 -0300
commit00845cbcb1cb08e05cd3aee53d19970c2f3c276b (patch)
tree21d8bfa72e50b215ee2b3000db71dc68e74d6bc4
parentsrc/xyz/euandreh/patches/: Remove now unused (diff)
downloadpackage-repository-00845cbcb1cb08e05cd3aee53d19970c2f3c276b.tar.gz
package-repository-00845cbcb1cb08e05cd3aee53d19970c2f3c276b.tar.xz
Makefile: Unregister removed scheme files
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a21bd85..7403407 100644
--- a/Makefile
+++ b/Makefile
@@ -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