File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9103,6 +9103,7 @@ let
91039103
91049104 # python function with default python interpreter
91059105 buildPythonPackage = pythonPackages . buildPythonPackage ;
9106+ buildPythonApplication = pythonPackages . buildPythonApplication ;
91069107
91079108 # `nix-env -i python-nose` installs for 2.7, the default python.
91089109 # Therefore we do not recurse into attributes here, in contrast to
Original file line number Diff line number Diff line change 1919 bootstrapped-pip = callPackage ../development/python-modules/bootstrapped-pip { };
2020 });
2121
22+ buildPythonApplication = args: buildPythonPackage ({namePrefix="";} // args );
23+
2224 # Unique python version identifier
2325 pythonName =
2426 if isPy26 then "python26" else
3840
3941in modules // {
4042
41- inherit python isPy26 isPy27 isPy33 isPy34 isPy35 isPyPy isPy3k pythonName buildPythonPackage;
43+ inherit python isPy26 isPy27 isPy33 isPy34 isPy35 isPyPy isPy3k pythonName buildPythonPackage buildPythonApplication ;
4244
4345 # helpers
4446
You can’t perform that action at this time.
0 commit comments