Skip to content

Commit

Permalink
Merge pull request NixOS#9462 from trofi/eval.o-dependency
Browse files Browse the repository at this point in the history
libexpr: add missing dependency on 'flake/call-flake.nix.gen.hh'
  • Loading branch information
roberth committed Nov 27, 2023
2 parents 928f0c1 + 68c4875 commit f018048
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/libexpr/local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ $(foreach i, $(wildcard src/libexpr/flake/*.hh), \

$(d)/primops.cc: $(d)/imported-drv-to-derivation.nix.gen.hh

$(d)/eval.cc: $(d)/primops/derivation.nix.gen.hh $(d)/fetchurl.nix.gen.hh

$(d)/flake/flake.cc: $(d)/flake/call-flake.nix.gen.hh
$(d)/eval.cc: $(d)/primops/derivation.nix.gen.hh $(d)/fetchurl.nix.gen.hh $(d)/flake/call-flake.nix.gen.hh

src/libexpr/primops/fromTOML.o: ERROR_SWITCH_ENUM =

0 comments on commit f018048

Please sign in to comment.