forked from lix-project/lix
meson: install org.nixos.nix-daemon.plist on macOS
Change-Id: I70079a553ec355be944f9940258f9abf861759fc
This commit is contained in:
parent
7cffd7a3b5
commit
3f64344bc8
|
@ -458,6 +458,15 @@ if cxx.get_id() in ['clang', 'gcc']
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if is_darwin
|
||||||
|
configure_file(
|
||||||
|
input : 'misc/launchd/org.nixos.nix-daemon.plist.in',
|
||||||
|
output : 'org.nixos.nix-daemon.plist',
|
||||||
|
copy : true,
|
||||||
|
install_dir : prefix / 'Library/LaunchDaemons',
|
||||||
|
)
|
||||||
|
endif
|
||||||
|
|
||||||
subdir('src')
|
subdir('src')
|
||||||
subdir('scripts')
|
subdir('scripts')
|
||||||
subdir('misc')
|
subdir('misc')
|
||||||
|
|
Loading…
Reference in a new issue