Unverified Commit b04192f2 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python3Packages.leb128: fix build (#501424)

parents ed9531f0 7724773f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  buildPythonPackage,
  fetchFromGitHub,
  setuptools,
  hatchling,
  pytestCheckHook,
  lib,
}:
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    hash = "sha256-X3iBYiANzM97M91dCyjEU/Onhqcid3MMsNzzKtcRcyA=";
  };

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

  nativeCheckInputs = [ pytestCheckHook ];