Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1dbb72b91ab787861df852e9bac730281ee330bc
      
https://github.com/NixOS/nixpkgs/commit/1dbb72b91ab787861df852e9bac730281ee330bc
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2016-09-17 (Sat, 17 Sep 2016)

  Changed paths:
    M pkgs/development/interpreters/python/wrapper.nix

  Log Message:
  -----------
  python.buildenv: don't filter non-python packages

python.buildenv is used to build an env that provides binaries that can
import all modules that were passed in to the env.

Before this change it filtered the propagatedBuildInputs to remove all
non-Python packages, thereby possibly reducing the amount of packages
that were referenced. However, Python packages often don't have non-
Python packages as propagatedBuildInputs. And occasionally, we do want
to be able to add other packages to the env.


  Commit: 6fe5b7a2e7dfd2ab84bf7d99c30fdcb85c0abe68
      
https://github.com/NixOS/nixpkgs/commit/6fe5b7a2e7dfd2ab84bf7d99c30fdcb85c0abe68
  Author: Lancelot SIX <lsix+git...@lancelotsix.com>
  Date:   2016-09-19 (Mon, 19 Sep 2016)

  Changed paths:
    M pkgs/development/interpreters/python/wrapper.nix

  Log Message:
  -----------
  Merge pull request #18696 from FRidh/buildenv

python.buildenv: don't filter non-python packages


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

Reply via email to