mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
Revert "build: Add missing guix-gc.timer file to binary tarball."
This reverts commit 69f6edc1a8
.
The intention is good, but nodist_systemdservice_DATA are meant to be
disposable artefacts generated from corresponding ‘.in’ files.
etc/guix-gc.timer doesn't fit that description, breaking builds:
$ make clean && make
…
make[2]: *** No rule to make target 'etc/guix-gc.timer', needed by 'all-am'. Stop.
This commit is contained in:
parent
01153b632b
commit
0500af5556
1 changed files with 2 additions and 3 deletions
|
@ -153,9 +153,8 @@ systemdservicedir = $(libdir)/systemd/system
|
||||||
nodist_systemdservice_DATA = \
|
nodist_systemdservice_DATA = \
|
||||||
etc/gnu-store.mount \
|
etc/gnu-store.mount \
|
||||||
etc/guix-daemon.service \
|
etc/guix-daemon.service \
|
||||||
etc/guix-gc.service \
|
etc/guix-publish.service \
|
||||||
etc/guix-gc.timer \
|
etc/guix-gc.service
|
||||||
etc/guix-publish.service
|
|
||||||
|
|
||||||
etc/%.mount: etc/%.mount.in \
|
etc/%.mount: etc/%.mount.in \
|
||||||
$(top_builddir)/config.status
|
$(top_builddir)/config.status
|
||||||
|
|
Loading…
Reference in a new issue