Commit c27680e9 authored by Markus Theil's avatar Markus Theil Committed by Markus Theil
Browse files

pythonPackages.botan3: fix build with 3.11.0

parent 2d36b99d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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