refactor(tvix): Drop meson.build files
These are unused, and I'm not sure they ever actually worked. Change-Id: I6bb6b4257b7815932581ded7929437dba80961c9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1885 Tested-by: BuildkiteCI Reviewed-by: kanepyork <rikingcoding@gmail.com> Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
a9ca270710
commit
2279419ede
6 changed files with 0 additions and 157 deletions
26
third_party/nix/misc/systemd/meson.build
vendored
26
third_party/nix/misc/systemd/meson.build
vendored
|
|
@ -1,26 +0,0 @@
|
|||
# nix systemd build file
|
||||
#============================================================================
|
||||
|
||||
if (sys_name.contains('linux'))
|
||||
|
||||
systemd_data = []
|
||||
|
||||
systemd_nix_daemon = configuration_data()
|
||||
systemd_nix_daemon.set('bindir', bindir)
|
||||
systemd_nix_daemon.set('storedir', nixstoredir)
|
||||
systemd_nix_daemon.set('localstatedir', localstatedir)
|
||||
|
||||
systemd_data += configure_file(
|
||||
input : 'nix-daemon.socket.in',
|
||||
output : 'nix-daemon.socket',
|
||||
configuration : systemd_nix_daemon)
|
||||
|
||||
systemd_data += configure_file(
|
||||
input : 'nix-daemon.service.in',
|
||||
output : 'nix-daemon.service',
|
||||
configuration : systemd_nix_daemon)
|
||||
|
||||
install_data(
|
||||
systemd_data,
|
||||
install_dir : join_paths(prefix, 'lib/systemd/system'))
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue