offlineimap: fix build with python312
This commit is contained in:
committed by
Martin Weinelt
parent
a7d7ec7113
commit
afe829a8e5
@@ -29,6 +29,18 @@ python3.pkgs.buildPythonApplication rec {
|
||||
url = "https://github.com/OfflineIMAP/offlineimap3/pull/139/commits/7cd32cf834b34a3d4675b29bebcd32dc1e5ef128.patch";
|
||||
hash = "sha256-xNq4jFHMf9XZaa9BFF1lOzZrEGa5BEU8Dr+gMOBkJE4=";
|
||||
})
|
||||
(fetchpatch {
|
||||
# https://github.com/OfflineIMAP/offlineimap3/pull/120
|
||||
name = "python312-comaptibility.patch";
|
||||
url = "https://github.com/OfflineIMAP/offlineimap3/commit/a1951559299b297492b8454850fcfe6eb9822a38.patch";
|
||||
hash = "sha256-CBGMHi+ZzOBJt3TxBf6elrTRMIQ+8wr3JgptL2etkoA=";
|
||||
})
|
||||
(fetchpatch {
|
||||
# https://github.com/OfflineIMAP/offlineimap3/pull/161
|
||||
name = "python312-compatibility.patch";
|
||||
url = "https://github.com/OfflineIMAP/offlineimap3/commit/3dd8ebc931e3f3716a90072bd34e50ac1df629fa.patch";
|
||||
hash = "sha256-2IJ0yzESt+zk+r+Z+9js3oKhFF0+xok0xK8Jd3G/gYY=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user