···340340Indeed, we can just add any package we like to have in our environment to `propagatedBuildInputs`.
341341342342```nix
343343-with import <nixpkgs>;
343343+with import <nixpkgs> {};
344344with pkgs.python35Packages;
345345346346buildPythonPackage rec {