Describe the bug
It was pointed out in #11726 that the Meson build of Nix depends on Nix:
|
nix = find_program('nix', native : true) |
This is fine when the manual is built in its own derivation, but not when it's built in a dev shell or a single derivation. In the old build system, the manual has a make rule that causes it to depend on the nix binary from the same build process.
Steps To Reproduce
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
nix-env --version output
Additional context
Add any other context about the problem here.
Priorities
Add 👍 to issues you find important.
Describe the bug
It was pointed out in #11726 that the Meson build of Nix depends on Nix:
nix/doc/manual/meson.build
Line 7 in 79bbb4a
This is fine when the manual is built in its own derivation, but not when it's built in a dev shell or a single derivation. In the old build system, the manual has a make rule that causes it to depend on the
nixbinary from the same build process.Steps To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
nix-env --versionoutputAdditional context
Add any other context about the problem here.
Priorities
Add 👍 to issues you find important.