Commit d386719e authored by nikstur's avatar nikstur
Browse files

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.
parent 981d819d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ let
      botanConfigureFlags =
        [
          "--prefix=${placeholder "out"}"
          "--no-install-python-module"
          "--with-bzip2"
          "--with-zlib"
        ]