Commit 91af1971 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.aiowinreg: format with nixfmt

parent 376d5202
Loading
Loading
Loading
Loading
+10 −13
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, prompt-toolkit
, pythonOlder
, setuptools
, winacl
{
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  prompt-toolkit,
  pythonOlder,
  setuptools,
  winacl,
}:

buildPythonPackage rec {
@@ -21,9 +22,7 @@ buildPythonPackage rec {
    hash = "sha256-XQDBvBfocz5loUg9eZQz4FKGiCGCaczwhYE/vhy7mC0=";
  };

  nativeBuildInputs = [
    setuptools
  ];
  nativeBuildInputs = [ setuptools ];

  propagatedBuildInputs = [
    prompt-toolkit
@@ -33,9 +32,7 @@ buildPythonPackage rec {
  # Project doesn't have tests
  doCheck = false;

  pythonImportsCheck = [
    "aiowinreg"
  ];
  pythonImportsCheck = [ "aiowinreg" ];

  meta = with lib; {
    description = "Python module to parse the registry hive";