rel: talloc, nix pkgsStatic proot
eval the content of: command -V configurePhase
does not work
… WTF
ok so:
- in the talloc nixpkgs source: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/libraries/talloc/default.nix#L70
- there is a wafHook included in buildInputs
- after reading: https://nixos.org/guides/nix-pills/basic-dependencies-and-hooks#id1470
- nix build nixpkgs/71db8c7a02f3be7cb49b495786050ce1913246d3#wafHook
- in ./result/nix-support/setup-hook
- i see a wafConfigurePhase being defined
- and configurePhase=wafConfigurePhase
- it’s weired though, that executing configurePhase then runns the old configurePhase…