python310Packages.fountains: remove patch leftover from merge

This commit is contained in:
Theodore Ni 2023-08-26 15:47:22 -07:00
parent d3b4a08e6e
commit 0116e8346c
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -1,6 +1,5 @@
{ lib
, buildPythonPackage
, fetchpatch
, fetchPypi
, setuptools
, wheel
@ -20,15 +19,6 @@ buildPythonPackage rec {
hash = "sha256-MhOQ4pemxmjfp7Uy5hLA8i8BBI5QbvD4EjEcKMM/u3I=";
};
patches = [
# https://github.com/reity/fountains/pull/1
(fetchpatch {
name = "relax-setuptools-dependency.patch";
url = "https://github.com/reity/fountains/commit/50a6c0e5e0484ba1724320bf82facb29d2c7166e.patch";
hash = "sha256-TVWj1tRE+IJ/ukGf3PSdEhHR/oLjKbT9ExqM4iczu1Q=";
})
];
nativeBuildInputs = [
setuptools
wheel