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:
parent
981d819d46
commit
d386719eb1
@ -53,6 +53,7 @@ let
|
||||
botanConfigureFlags =
|
||||
[
|
||||
"--prefix=${placeholder "out"}"
|
||||
"--no-install-python-module"
|
||||
"--with-bzip2"
|
||||
"--with-zlib"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user