build: Don’t delete ‘guix-gc.timer’ file.

Without this invoking ‘make clean’ would remove ‘guix-gc.timer’, and ‘make’
would fail with.

  make[2]: *** No rule to make target 'etc/guix-gc.timer', needed by 'all-am'.  Stop.

* nix/local.mk (nodist_systemdservice_DATA): Remove ‘guix-gc.timer’.
This commit is contained in:
Xinglu Chen 2021-09-28 17:27:32 +02:00 committed by Mathieu Othacehe
parent f80ce9b6b3
commit 8579304e8f
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 2 deletions

View File

@ -154,8 +154,7 @@ nodist_systemdservice_DATA = \
etc/gnu-store.mount \
etc/guix-daemon.service \
etc/guix-publish.service \
etc/guix-gc.service \
etc/guix-gc.timer
etc/guix-gc.service
etc/%.mount: etc/%.mount.in \
$(top_builddir)/config.status