[Nix-dev] How do you work on big packages?

Volth volth at volth.com
Fri Mar 17 19:04:00 CET 2017


"nix-shell" would be a super option here if it could handle
"installPhase" (this seems easy to fix) and .nix files less trivial
than "hello.nix" (this seems not easy to fix; for example "nix-shell
'<nixpkgs>' -A linux_4_4" has no "configurePhase", and there are
similar problems with almost every of the big projects; nix-shell
launches "make" when "nix-build" launches "cmake" or vice-versa, etc)

On 3/17/17, Linus Heckemann <acc at sphalerite.org> wrote:
> On 17/03/17 16:00, Volth wrote:
>> What could be done here?
> nix-shell, and the upstream recommended build procedure.
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>


More information about the nix-dev mailing list