[Nix-dev] Re: [Nix-commits] SVN commit: nix - 17136 - viric - in nixpkgs/branches/stdenv-updates/pkgs: stdenv/linux tools/compression/bzip2 tools/networking/curl

Ludovic Courtès ludo at gnu.org
Tue Sep 15 10:34:32 CEST 2009


Hi!

Llus Batlle <viriketo at gmail.com> writes:

> -  curlDiet = import ../../tools/networking/curl {
> -    inherit fetchurl;
> -    stdenv = useDietLibC stdenv;
> +  curlStatic = import ../../tools/networking/curl {
> +    inherit fetchurl stdenv;
>      zlibSupport = false;
>      sslSupport = false;
> +    linkStatic = true;
>    };

This is now using (e)glibc instead of Diet Libc IIUC.  Isn’t this likely
to cause breakage?

Also, why do you need to link Curl, Bzip2, etc., statically, whereas
this wasn’t needed so far?

Thanks,
Ludo’.



More information about the nix-dev mailing list