mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
build: Add 'guix-publish.*.in' to the distribution.
This is a followup to 332d7903f5
.
* nix/local.mk (EXTRA_DIST): Add 'guix-service.publish.in' and
'guix-publish.conf.in'.
This commit is contained in:
parent
9ea36197be
commit
fa54f44bb7
1 changed files with 4 additions and 2 deletions
|
@ -209,8 +209,10 @@ EXTRA_DIST += \
|
|||
%D%/libstore/schema.sql \
|
||||
%D%/AUTHORS \
|
||||
%D%/COPYING \
|
||||
etc/guix-daemon.service.in \
|
||||
etc/guix-daemon.conf.in
|
||||
etc/guix-daemon.service.in \
|
||||
etc/guix-daemon.conf.in \
|
||||
etc/guix-publish.service.in \
|
||||
etc/guix-publish.conf.in
|
||||
|
||||
if CAN_RUN_TESTS
|
||||
|
||||
|
|
Loading…
Reference in a new issue