···340Indeed, we can just add any package we like to have in our environment to `propagatedBuildInputs`.
341342```nix
343-with import <nixpkgs>;
344with pkgs.python35Packages;
345346buildPythonPackage rec {
···340Indeed, we can just add any package we like to have in our environment to `propagatedBuildInputs`.
341342```nix
343+with import <nixpkgs> {};
344with pkgs.python35Packages;
345346buildPythonPackage rec {