Commit 0fc80ae1 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.linknlink: format with nixfmt

parent ff6102c7
Loading
Loading
Loading
Loading
+10 −15
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, cryptography
, fetchFromGitHub
, pythonOlder
, setuptools
{
  lib,
  buildPythonPackage,
  cryptography,
  fetchFromGitHub,
  pythonOlder,
  setuptools,
}:

buildPythonPackage rec {
@@ -20,17 +21,11 @@ buildPythonPackage rec {
    hash = "sha256-G0URNUHIh/td+A8MhIC0mePx2SmhEXhIzOpbVft33+w=";
  };

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

  dependencies = [
    cryptography
  ];
  dependencies = [ cryptography ];

  pythonImportsCheck = [
    "linknlink"
  ];
  pythonImportsCheck = [ "linknlink" ];

  # Module has no test
  doCheck = false;