python313Packages.gattlib: fix build against Python 3.13
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
substituteAll,
|
||||
pkg-config,
|
||||
glibc,
|
||||
@@ -25,6 +26,11 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Fix build for Python 3.13
|
||||
(fetchpatch {
|
||||
url = "https://github.com/oscaracena/pygattlib/commit/73a73b71cfc139e1e0a08816fb976ff330c77ea5.patch";
|
||||
hash = "sha256-/Y/CZNdN/jcxWroqRfdCH2rPUxZUbug668MIAow0scs=";
|
||||
})
|
||||
(substituteAll {
|
||||
src = ./setup.patch;
|
||||
boost_version =
|
||||
|
||||
Reference in New Issue
Block a user