Commit 223d5bf1 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.mortgage: format with nixfmt

parent 37711ec8
Loading
Loading
Loading
Loading
+10 −15
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
, pythonOlder
, setuptools
{
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  pytestCheckHook,
  pythonOlder,
  setuptools,
}:

buildPythonPackage rec {
@@ -20,17 +21,11 @@ buildPythonPackage rec {
    hash = "sha256-UwSEKfMQqxpcF+7TF/+qD6l8gEO/qDCUklpZz1Nt/Ok=";
  };

  build-system = [
    setuptools
  ];
  build-system = [ setuptools ];

  nativeCheckInputs = [
    pytestCheckHook
  ];
  nativeCheckInputs = [ pytestCheckHook ];

  pythonImportsCheck = [
    "mortgage"
  ];
  pythonImportsCheck = [ "mortgage" ];

  meta = with lib; {
    description = "Mortgage calculator";