Merge pull request #172268 from malob/pythonPackages-no-mainProgram
Revert "pythonPackages: set mainProgram to pname by default"
This commit is contained in:
commit
e7c4f5578e
1 changed files with 0 additions and 2 deletions
|
@ -176,8 +176,6 @@ let
|
||||||
# default to python's platforms
|
# default to python's platforms
|
||||||
platforms = python.meta.platforms;
|
platforms = python.meta.platforms;
|
||||||
isBuildPythonPackage = python.meta.platforms;
|
isBuildPythonPackage = python.meta.platforms;
|
||||||
} // lib.optionalAttrs (attrs?pname) {
|
|
||||||
mainProgram = attrs.pname;
|
|
||||||
} // meta;
|
} // meta;
|
||||||
} // lib.optionalAttrs (attrs?checkPhase) {
|
} // lib.optionalAttrs (attrs?checkPhase) {
|
||||||
# If given use the specified checkPhase, otherwise use the setup hook.
|
# If given use the specified checkPhase, otherwise use the setup hook.
|
||||||
|
|
Loading…
Reference in a new issue