pythonPackages.botan3: fix build with 3.11.0

Signed-off-by: Markus Theil <markus.theil@secunet.com>
This commit is contained in:
Markus Theil
2026-03-16 13:47:31 +01:00
committed by Markus Theil
parent 2d36b99d5f
commit c27680e9ac
@@ -34,7 +34,7 @@ buildPythonPackage rec {
setuptools-scm
];
sourceRoot = "Botan-${version}/src/python";
sourceRoot = "source/src/python";
postPatch = ''
# remove again, when https://github.com/randombit/botan/pull/5040 got