Loading pkgs/development/interpreters/python/mk-python-derivation.nix +2 −2 Original line number Diff line number Diff line Loading @@ -377,8 +377,8 @@ let # Python packages don't have a checkPhase, only an installCheckPhase doCheck = false; doInstallCheck = attrs.doCheck or true; nativeInstallCheckInputs = nativeCheckInputs; installCheckInputs = checkInputs; nativeInstallCheckInputs = nativeCheckInputs ++ attrs.nativeInstallCheckInputs or [ ]; installCheckInputs = checkInputs ++ attrs.installCheckInputs or [ ]; inherit dontWrapPythonPrograms; Loading Loading
pkgs/development/interpreters/python/mk-python-derivation.nix +2 −2 Original line number Diff line number Diff line Loading @@ -377,8 +377,8 @@ let # Python packages don't have a checkPhase, only an installCheckPhase doCheck = false; doInstallCheck = attrs.doCheck or true; nativeInstallCheckInputs = nativeCheckInputs; installCheckInputs = checkInputs; nativeInstallCheckInputs = nativeCheckInputs ++ attrs.nativeInstallCheckInputs or [ ]; installCheckInputs = checkInputs ++ attrs.installCheckInputs or [ ]; inherit dontWrapPythonPrograms; Loading