botan: do not install python module

This has never been patched and thus doesn't work on NixOS. If we
eventually want to use this we should create a separate package.
This commit is contained in:
nikstur 2024-09-04 14:27:03 +02:00
parent 981d819d46
commit d386719eb1

View File

@ -53,6 +53,7 @@ let
botanConfigureFlags =
[
"--prefix=${placeholder "out"}"
"--no-install-python-module"
"--with-bzip2"
"--with-zlib"
]