lix/src
Sergei Trofimovich 75134b7513 libexpr: add missing dependency on 'flake/call-flake.nix.gen.hh'
Without the change build for `eval.o` fails occasionally as:

    $ make src/libexpr/eval.o
      GEN    Makefile.config
      GEN    src/libexpr/primops/derivation.nix.gen.hh
      GEN    src/libexpr/fetchurl.nix.gen.hh
      GEN    src/libexpr/parser-tab.cc
      GEN    src/libexpr/lexer-tab.cc
    src/libexpr/lexer.l:314: warning, -s option given but default rule can be matched
      CXX    src/libexpr/eval.o
    src/libexpr/eval.cc:519:18: fatal error: flake/call-flake.nix.gen.hh: No such file or directory
      519 |         #include "flake/call-flake.nix.gen.hh"
          |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    compilation terminated.
    make: *** [mk/patterns.mk:3: src/libexpr/eval.o] Error 1

Noticed in https://github.com/NixOS/nixpkgs/pull/269439
2023-11-27 08:56:24 +00:00
..
build-remote Allow dynamic derivation deps in inputDrvs 2023-09-07 10:39:37 -04:00
libcmd nix flake update add deprecation warnings. 2023-11-27 09:08:15 +01:00
libexpr libexpr: add missing dependency on 'flake/call-flake.nix.gen.hh' 2023-11-27 08:56:24 +00:00
libfetchers Allow user input in git commit 2023-11-24 11:45:37 +01:00
libmain Show Git fetch progress 2023-11-15 13:57:20 +01:00
libstore doc: fix machine-specific capabilities leaking 2023-11-24 11:17:35 -05:00
libutil Add the MountedSSHStore experimental feature 2023-11-21 13:16:46 -05:00
nix nix flake update add deprecation warnings. 2023-11-27 09:08:15 +01:00
nix-build Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
nix-channel Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
nix-collect-garbage Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
nix-copy-closure Remove stray executable permissions on source files 2023-11-02 09:24:21 +01:00
nix-env Merge pull request #9257 from Artturin/nixenvjsondrvpath 2023-11-20 16:32:35 -05:00
nix-instantiate Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
nix-store Put canonicaliseTimestampAndPermissions in its own header/file 2023-11-21 12:57:59 -05:00
resolve-system-dependencies Remove FormatOrString and remaining uses of format() 2023-03-02 15:57:54 +01:00
toml11 Replace cpptoml with toml11 2021-12-17 22:03:33 +01:00