From d386719eb17c6e9150b8b5d0e60be49f8136589b Mon Sep 17 00:00:00 2001 From: nikstur Date: Wed, 4 Sep 2024 14:27:03 +0200 Subject: [PATCH] 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. --- pkgs/development/libraries/botan/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/botan/default.nix b/pkgs/development/libraries/botan/default.nix index ba4883858303..907d9de86764 100644 --- a/pkgs/development/libraries/botan/default.nix +++ b/pkgs/development/libraries/botan/default.nix @@ -53,6 +53,7 @@ let botanConfigureFlags = [ "--prefix=${placeholder "out"}" + "--no-install-python-module" "--with-bzip2" "--with-zlib" ]