Unverified Commit 7c839660 authored by Patka's avatar Patka
Browse files

python311Packages.bbox: fix build

parent daafb123
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    hash = "sha256-FrJ8FhlqwmnEB/QvPlkDfqZncNGPhwY9aagM9yv1LGs=";
  };

  nativebuildInputs = [
  nativeBuildInputs = [
    poetry-core
  ];