Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3aff5aba9569d45f701db8146b1343f1d464ce81
      
https://github.com/NixOS/nixpkgs/commit/3aff5aba9569d45f701db8146b1343f1d464ce81
  Author: Frederik Rietdijk <fr...@fridh.nl>
  Date:   2016-09-18 (Sun, 18 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.


_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to