Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6321a1b67c869b70520ab9479c86b198c439bca9
      
https://github.com/NixOS/nixpkgs/commit/6321a1b67c869b70520ab9479c86b198c439bca9
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-09-24 (Sat, 24 Sep 2016)

  Changed paths:
    M pkgs/tools/security/nmap/default.nix

  Log Message:
  -----------
  nmap: pin to Python 2, make Python optional

Python 3 is not supported, so use python2Packages.

Python is only required for the `ndiff` and `zenmap` binaries, not the
main `nmap` binary, so disable Python by default to reduce the default
closure size, and add a `withPython` arg to re-enable it. Note that
Zenmap is the graphical program, so passing `graphicalSupport = true`
will also automatically enable Python support.


  Commit: 0f9ece792966e720bf08419e0041e6d7236a8a83
      
https://github.com/NixOS/nixpkgs/commit/0f9ece792966e720bf08419e0041e6d7236a8a83
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-09-24 (Sat, 24 Sep 2016)

  Changed paths:
    M pkgs/development/libraries/libevent/default.nix

  Log Message:
  -----------
  libevent: remove Python dependency

Python is only used for one test, which is optional and is skipped if
Python is not detected. Additionally, Python 2 is required (Python 3
does not work), so remove the dependency to reduce the closure size for
a Python 3 as default Python future.

Additionally, update the meta.homepage and src to point at GitHub, which
is the libevent project home since 2015-10-07.


  Commit: 278d3050ae85e959e4c6485b5ad43bbba96eb829
      
https://github.com/NixOS/nixpkgs/commit/278d3050ae85e959e4c6485b5ad43bbba96eb829
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-09-24 (Sat, 24 Sep 2016)

  Changed paths:
    M pkgs/tools/security/nmap/default.nix

  Log Message:
  -----------
  nmap: use python infra's .withPackages


  Commit: bb349421c13786397d6910cdf2b89778344a9256
      
https://github.com/NixOS/nixpkgs/commit/bb349421c13786397d6910cdf2b89778344a9256
  Author: Aneesh Agrawal <aneesh...@gmail.com>
  Date:   2016-09-24 (Sat, 24 Sep 2016)

  Changed paths:
    M pkgs/development/tools/analysis/rr/default.nix

  Log Message:
  -----------
  rr: pin Python to Python 2

rr requires Python>=2.7, but does not support Python 3.


Compare: https://github.com/NixOS/nixpkgs/compare/c8dba2581cb4...bb349421c137
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to