diff options
author | EuAndreh <eu@euandre.org> | 2021-03-10 09:20:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-10 14:26:10 -0300 |
commit | c4d4679b1ddfde3f4cc35727e8a5ad92445f746b (patch) | |
tree | 876378294f9a4732fba2983f88fec3ebcaf83510 /Makefile | |
parent | Revert change to aux/ci/ci-build.sh (diff) | |
download | package-repository-c4d4679b1ddfde3f4cc35727e8a5ad92445f746b.tar.gz package-repository-c4d4679b1ddfde3f4cc35727e8a5ad92445f746b.tar.xz |
queue.scm: Add perl-tidy and perl-b-lint
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,10 +1,11 @@ guix-sources = \ + src/xyz/euandreh/latest.scm \ src/xyz/euandreh/packages.scm \ src/xyz/euandreh/posix.scm \ - src/xyz/euandreh/latest.scm + src/xyz/euandreh/queue.scm \ all: - for s in $(guix-sources); do guix build -f $$s; done + for s in $(guix-sources); do guix build -Lsrc/ -f $$s; done nix-shell --run '' refresh: |