python3.pkgs.vega: remove unnecessary patch that breaks the build

This commit is contained in:
Phillip Cloud
2024-11-03 09:13:13 -05:00
parent 650fe87347
commit 91abaf6cf2
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
fetchpatch,
fetchPypi,
pythonOlder,
altair,
@@ -27,15 +26,6 @@ buildPythonPackage rec {
hash = "sha256-8lrmhCvwczqBpiQRCkPjmiYsJPHEFnZab/Azkh+i7ls=";
};
patches = [
# https://github.com/vega/ipyvega/pull/507
(fetchpatch {
name = "replace-poetry-with-poetry-core.patch";
url = "https://github.com/vega/ipyvega/commit/1a5028ee5d54e24b9650b66685f54c42b72c7899.patch";
hash = "sha256-W8UmMit7DJGKCM9+/OSRLTuRvC0ZR42AP/b/frVEvsk=";
})
];
nativeBuildInputs = [
poetry-core
];