mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
f80ce9b6b3
commit
8579304e8f
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue