mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
python310Packages.fe25519: remove patch leftover from merge
There is a conflict between https://github.com/NixOS/nixpkgs/pull/251649
and 7418b09f49
.
This commit is contained in:
parent
d78f502c6b
commit
e3d11af1d2
@ -1,7 +1,6 @@
|
||||
{ lib
|
||||
, bitlist
|
||||
, buildPythonPackage
|
||||
, fetchpatch
|
||||
, fetchPypi
|
||||
, fountains
|
||||
, parts
|
||||
@ -23,15 +22,6 @@ buildPythonPackage rec {
|
||||
hash = "sha256-la+17tPHjceMTe7Wk8DGVaSptk8XJa+l7GTeqLIFDvs=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# https://github.com/nthparty/fe25519/pull/1
|
||||
(fetchpatch {
|
||||
name = "relax-setuptools-dependency.patch";
|
||||
url = "https://github.com/nthparty/fe25519/commit/0565f60ddbb1aa4755c68edc85b7df12a3a7311e.patch";
|
||||
hash = "sha256-FcqkHPdkYN6y+Pvviul2wDsmhhcycfRGqFhmX5sxo1k=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
wheel
|
||||
|
Loading…
Reference in New Issue
Block a user