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

This commit is contained in:
Nick Cao 2024-11-04 08:56:29 -05:00 committed by GitHub
commit 25dcb91cc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
];