Hi Sergey,
> 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
> ];
> };
>
> When I type nix-env -i env-gogr, it starts building gcc locally.
replace "gcc" with "stdenv.gcc" to get the gcc version that's part of stdenv.
Take care,
Peter
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev