Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9e38b81af856cd69f3f8d62b52b68e81d6356c33
      
https://github.com/NixOS/nixpkgs/commit/9e38b81af856cd69f3f8d62b52b68e81d6356c33
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-09-28 (Mon, 28 Sep 2015)

  Changed paths:
    M pkgs/tools/networking/wget/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  wget: Reduce closure size

This reduces the wget closure from 377 MiB to 49 MiB, which is in
particular good for EC2 images, since they include wget. The main
changes:

* Disable libpsl - this isn't very big itself, but it pulls in libicu,
  which is 36 MiB. It also adds build-time dependencies on packages
  like gtk-doc, dblatex, tetex etc.

* Replace gnutls with openssl. The former pulls in runtime
  dependencies like guile, python, binutils, gcc, ncurses, etc.


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to