forked from mirrors/nixpkgs
Merge pull request #287870 from patka-123/python311Packages-bbox
python311Packages.bbox: fix build
This commit is contained in:
commit
87b1a9fcae
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
hash = "sha256-FrJ8FhlqwmnEB/QvPlkDfqZncNGPhwY9aagM9yv1LGs=";
|
||||
};
|
||||
|
||||
nativebuildInputs = [
|
||||
nativeBuildInputs = [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue