pythonPackages.botan3: fix build with 3.11.0
Signed-off-by: Markus Theil <markus.theil@secunet.com>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user