On Wed, Jan 25, 2012 at 02:17:58AM +0400, Sergey Mironov wrote:
> Hello. I am trying to setup an dev environment with the following
> expression in ~/.nixpkgs/config.nix
>
> gogrEnv = pkgs.myEnvFun rec {
> name = "gogr";
> buildInputs = [
> pkgconfig
> cmake
> qt4
> gcc
> ];
> };
>
I think it's about the magical overriding of pkgs with 'stdenv.overrides' (code
in all-packages.nix). To have gcc there, I usually put 'stdenv' in the list.
Regards,
Lluís.
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev