···91619162 # python function with default python interpreter
9163 buildPythonPackage = pythonPackages.buildPythonPackage;
091649165 # `nix-env -i python-nose` installs for 2.7, the default python.
9166 # Therefore we do not recurse into attributes here, in contrast to
···91619162 # python function with default python interpreter
9163 buildPythonPackage = pythonPackages.buildPythonPackage;
9164+ buildPythonApplication = pythonPackages.buildPythonApplication;
91659166 # `nix-env -i python-nose` installs for 2.7, the default python.
9167 # Therefore we do not recurse into attributes here, in contrast to