diff options
author | EuAndreh <eu@euandre.org> | 2021-06-30 13:20:22 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-30 13:20:30 -0300 |
commit | 3c206b1b3c1b4009c4e6a03a27a786cbc2dbfa35 (patch) | |
tree | e9ef0360642799ea88c465820bcc1ee886575fbd /Makefile | |
parent | Makefile: guix build -K to keep failed builds when debugging (diff) | |
download | package-repository-3c206b1b3c1b4009c4e6a03a27a786cbc2dbfa35.tar.gz package-repository-3c206b1b3c1b4009c4e6a03a27a786cbc2dbfa35.tar.xz |
src/xyz/euandreh/pending.scm: Init file, with po4a-text
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ guix-sources = \ src/xyz/euandreh/packages.scm \ src/xyz/euandreh/posix.scm \ src/xyz/euandreh/queue.scm \ + src/xyz/euandreh/pending.scm all: for s in $(guix-sources); do guix build -Lsrc/ -K -f $$s; done |