mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 00:12:43 +01:00
* Install the worker in bindir, not libexecdir.
* Allow the worker path to be overriden through the NIX_WORKER environment variable.
This commit is contained in:
parent
9322b399f3
commit
1e16d20655
6 changed files with 11 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
libexec_PROGRAMS = nix-worker
|
||||
bin_PROGRAMS = nix-worker
|
||||
|
||||
nix_worker_SOURCES = main.cc help.txt
|
||||
nix_worker_LDADD = ../libmain/libmain.la ../libstore/libstore.la ../libutil/libutil.la \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue