diff options
author | Will Dietz <w@wdtz.org> | 2020-03-11 18:39:30 -0500 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-03-12 00:51:56 +0100 |
commit | 15edd2349e9e343dad761d513ffdcb121688777c (patch) | |
tree | 9626784e10209bbb4fb03e1aa77ba83a4d030632 /src | |
parent | 9950cdec3514949942a79c58764b1ea9bf9d5d57 (diff) |
local.mk: fix user-env.cc dep on buildenv.nix.gen.hh, resolve occasional build failure
Diffstat (limited to 'src')
-rw-r--r-- | src/nix/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/local.mk b/src/nix/local.mk index a486a37cc..51dad101f 100644 --- a/src/nix/local.mk +++ b/src/nix/local.mk @@ -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 |