local.mk: fix user-env.cc dep on buildenv.nix.gen.hh, resolve occasional build failure

This commit is contained in:
Will Dietz 2020-03-11 18:39:30 -05:00 committed by Eelco Dolstra
parent 9950cdec35
commit 15edd2349e

View file

@ -24,4 +24,4 @@ $(foreach name, \
$(eval $(call install-symlink, nix, $(bindir)/$(name))))
$(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