mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
local.mk: fix user-env.cc dep on buildenv.nix.gen.hh, resolve occasional build failure
This commit is contained in:
parent
9950cdec35
commit
15edd2349e
1 changed files with 1 additions and 1 deletions
|
@ -24,4 +24,4 @@ $(foreach name, \
|
||||||
$(eval $(call install-symlink, nix, $(bindir)/$(name))))
|
$(eval $(call install-symlink, nix, $(bindir)/$(name))))
|
||||||
$(eval $(call install-symlink, $(bindir)/nix, $(libexecdir)/nix/build-remote))
|
$(eval $(call install-symlink, $(bindir)/nix, $(libexecdir)/nix/build-remote))
|
||||||
|
|
||||||
src/nix-env/nix-env.cc: src/nix-env/buildenv.nix.gen.hh
|
src/nix-env/user-env.cc: src/nix-env/buildenv.nix.gen.hh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue