diff mbox series

[bug#50868] nix: Don’t delete ‘guix-gc.timer’ file.

Message ID 1ea589441dce6ceaf48e3525ae800a2c9a43c85d.1632842770.git.public@yoctocell.xyz
State Accepted
Headers show
Series [bug#50868] nix: Don’t delete ‘guix-gc.timer’ file. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Xinglu Chen Sept. 28, 2021, 3:27 p.m. UTC
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’.
---
I am not sure if “nix:” is the best prefix for the commit summary since
it’s not really related to the daemon…

 nix/local.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


base-commit: 6ae4644984608b7eff7ab54d3a5787c661d85b2e

Comments

Mathieu Othacehe Oct. 1, 2021, 9:41 a.m. UTC | #1
> * nix/local.mk (nodist_systemdservice_DATA): Remove ‘guix-gc.timer’.

Pushed, thanks!

Mathieu
diff mbox series

Patch

diff --git a/nix/local.mk b/nix/local.mk
index d6b4d7faeb..44a26dd2c8 100644
--- a/nix/local.mk
+++ b/nix/local.mk
@@ -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