Hello,
I’m trying to debug a package I maintain by running the different build phase within nix develop. The package (gildas) does contain a configurePhase , but when I run nix develop .#gildas within the nixpkgs repository, and then configurePhase, I get the following message:
bash-5.2$ configurePhase
no configure script, doing nothing
Why is this not working?